#5CB3C0

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

Shades of Viking #5CB3C0

Tints of Viking #5CB3C0

Color information

#5CB3C0 (or 0x5CB3C0) is unknown color: approx Viking. HEX triplet: 5C, B3 and C0. RGB value is (92,179,192). Sum of RGB (Red+Green+Blue) = 92+179+192=463 (61% of max value = 765). Red value is 92 (36.33% from 255 or 19.87% from 463); Green value is 179 (70.31% from 255 or 38.66% from 463); Blue value is 192 (75.39% from 255 or 41.47% from 463); Max value from RGB is 192 - color contains mainly: blue. Hex color #5CB3C0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5CB3C0 is #A34C3F. Grayscale: #9A9A9A. Windows color (decimal): -10701888 or 12628828. OLE color: 12628828.

HSL color Cylindrical-coordinate representation of color #5CB3C0: hue angle of 187.8º degrees, saturation: 0.44, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5CB3C0 is Cyan = 0.52, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB92179192-
CMYK0.520.0700.25
HSL187.8º44.25%55.69%-
HSV(B)187.8º52.08%75.29%-
XYZ30.0538.3255.68-
YUV154.47149.1883.44-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 19.87%
GREEN value IS 179 (70.31% from 255) = 38.66%
BLUE value IS 192 (75.39% from 255) = 41.47%
R=19.87%
G=38.66%
B=41.47%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal921791920.520.0700.25187.844.2555.69
Hex5CB3C0347019bc2c38
Octal1342633006470312745470
Binary1011100101100111100000011010011101100110111100101100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CB3C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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