#5CB4CC

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

Shades of Viking #5CB4CC

Tints of Viking #5CB4CC

Color information

#5CB4CC (or 0x5CB4CC) is unknown color: approx Viking. HEX triplet: 5C, B4 and CC. RGB value is (92,180,204). Sum of RGB (Red+Green+Blue) = 92+180+204=476 (63% of max value = 765). Red value is 92 (36.33% from 255 or 19.33% from 476); Green value is 180 (70.70% from 255 or 37.82% from 476); Blue value is 204 (80.08% from 255 or 42.86% from 476); Max value from RGB is 204 - color contains mainly: blue. Hex color #5CB4CC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5CB4CC is #A34B33. Grayscale: #9C9C9C. Windows color (decimal): -10701620 or 13415516. OLE color: 13415516.

HSL color Cylindrical-coordinate representation of color #5CB4CC: hue angle of 192.86º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5CB4CC is Cyan = 0.55, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB92180204-
CMYK0.550.1200.2
HSL192.86º52.34%58.04%-
HSV(B)192.86º54.9%80%-
XYZ31.6339.2863.04-
YUV156.42154.8582.05-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 19.33%
GREEN value IS 180 (70.70% from 255) = 37.82%
BLUE value IS 204 (80.08% from 255) = 42.86%
R=19.33%
G=37.82%
B=42.86%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal921802040.550.1200.2192.8652.3458.04
Hex5CB4CC37C014c1343a
Octal13426431467140243016472
Binary10111001011010011001100110111110001010011000001110100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CB4CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,180,204); }

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

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

 a { background-color: rgb(92,180,204); }

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

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

 span { border-color: rgb(92,180,204); }

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