#53C2CD

Color #53C2CD Viking (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Viking #53C2CD

Tints of Viking #53C2CD

Color information

#53C2CD (or 0x53C2CD) is unknown color: approx Viking. HEX triplet: 53, C2 and CD. RGB value is (83,194,205). Sum of RGB (Red+Green+Blue) = 83+194+205=482 (63% of max value = 765). Red value is 83 (32.81% from 255 or 17.22% from 482); Green value is 194 (76.17% from 255 or 40.25% from 482); Blue value is 205 (80.47% from 255 or 42.53% from 482); Max value from RGB is 205 - color contains mainly: blue. Hex color #53C2CD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #53C2CD is #AC3D32. Grayscale: #A1A1A1. Windows color (decimal): -11287859 or 13484627. OLE color: 13484627.

HSL color Cylindrical-coordinate representation of color #53C2CD: hue angle of 185.41º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #53C2CD is Cyan = 0.60, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB83194205-
CMYK0.600.0500.20
HSL185.41º54.95%56.47%-
HSV(B)185.41º59.51%80.39%-
XYZ33.8844.8364.63-
YUV162.06152.2371.61-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 83 (32.81% from 255) = 17.22%
GREEN value IS 194 (76.17% from 255) = 40.25%
BLUE value IS 205 (80.47% from 255) = 42.53%
R=17.22%
G=40.25%
B=42.53%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal831942050.600.0500.20185.4154.9556.47
Hex53C2CD3C5014b93738
Octal1233023157450242716770
Binary1010011110000101100110111110010101010010111001110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53C2CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53C2CD; }

 p { color: rgb(83,194,205); }

 H1.HeaderClassName
 {
   color: #53C2CD;
 }
 .AnyTagClassName
 {
   color: #53C2CD;
 }
</style>
background-color css

<style>
 a { background-color: #53C2CD; }

 a { background-color: rgb(83,194,205); }

 div.DivClassName
 {
   background-color: #53C2CD;
 }
 .BgClassName
 {
   background-color: #53C2CD;
 }
</style>
border-color css

<style>
 span { border-color: #53C2CD; }

 span { border-color: rgb(83,194,205); }

 td.TdClassName
 {
   border-color: #53C2CD;
 }
 .TagClassName
 {
   border-color: #53C2CD;
 }
</style>