#5CBCCA

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

Shades of Viking #5CBCCA

Tints of Viking #5CBCCA

Color information

#5CBCCA (or 0x5CBCCA) is unknown color: approx Viking. HEX triplet: 5C, BC and CA. RGB value is (92,188,202). Sum of RGB (Red+Green+Blue) = 92+188+202=482 (63% of max value = 765). Red value is 92 (36.33% from 255 or 19.09% from 482); Green value is 188 (73.83% from 255 or 39.00% from 482); Blue value is 202 (79.30% from 255 or 41.91% from 482); Max value from RGB is 202 - color contains mainly: blue. Hex color #5CBCCA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5CBCCA is #A34335. Grayscale: #A0A0A0. Windows color (decimal): -10699574 or 13286492. OLE color: 13286492.

HSL color Cylindrical-coordinate representation of color #5CBCCA: hue angle of 187.64º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5CBCCA is Cyan = 0.54, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB92188202-
CMYK0.540.0700.21
HSL187.64º50.93%57.65%-
HSV(B)187.64º54.46%79.22%-
XYZ33.0642.5162.34-
YUV160.89151.278.86-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 19.09%
GREEN value IS 188 (73.83% from 255) = 39.00%
BLUE value IS 202 (79.30% from 255) = 41.91%
R=19.09%
G=39.00%
B=41.91%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal921882020.540.0700.21187.6450.9357.65
Hex5CBCCA367015bc333a
Octal1342743126670252746372
Binary1011100101111001100101011011011101010110111100110011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CBCCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,188,202); }

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

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

 a { background-color: rgb(92,188,202); }

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

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

 span { border-color: rgb(92,188,202); }

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