#5CC0C6

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

Shades of Viking #5CC0C6

Tints of Viking #5CC0C6

Color information

#5CC0C6 (or 0x5CC0C6) is unknown color: approx Viking. HEX triplet: 5C, C0 and C6. RGB value is (92,192,198). Sum of RGB (Red+Green+Blue) = 92+192+198=482 (63% of max value = 765). Red value is 92 (36.33% from 255 or 19.09% from 482); Green value is 192 (75.39% from 255 or 39.83% from 482); Blue value is 198 (77.73% from 255 or 41.08% from 482); Max value from RGB is 198 - color contains mainly: blue. Hex color #5CC0C6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5CC0C6 is #A33F39. Grayscale: #A2A2A2. Windows color (decimal): -10698554 or 13025372. OLE color: 13025372.

HSL color Cylindrical-coordinate representation of color #5CC0C6: hue angle of 183.4º degrees, saturation: 0.48, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5CC0C6 is Cyan = 0.54, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB92192198-
CMYK0.540.0300.22
HSL183.4º48.18%56.86%-
HSV(B)183.4º53.54%77.65%-
XYZ33.4644.0560.17-
YUV162.78147.8777.51-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 19.09%
GREEN value IS 192 (75.39% from 255) = 39.83%
BLUE value IS 198 (77.73% from 255) = 41.08%
R=19.09%
G=39.83%
B=41.08%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal921921980.540.0300.22183.448.1856.86
Hex5CC0C6363016b73039
Octal1343003066630262676071
Binary101110011000000110001101101101101011010110111110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CC0C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5CC0C6; }

 p { color: rgb(92,192,198); }

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

<style>
 a { background-color: #5CC0C6; }

 a { background-color: rgb(92,192,198); }

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

<style>
 span { border-color: #5CC0C6; }

 span { border-color: rgb(92,192,198); }

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