#5CAFCA

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

Shades of Viking #5CAFCA

Tints of Viking #5CAFCA

Color information

#5CAFCA (or 0x5CAFCA) is unknown color: approx Viking. HEX triplet: 5C, AF and CA. RGB value is (92,175,202). Sum of RGB (Red+Green+Blue) = 92+175+202=469 (62% of max value = 765). Red value is 92 (36.33% from 255 or 19.62% from 469); Green value is 175 (68.75% from 255 or 37.31% from 469); Blue value is 202 (79.30% from 255 or 43.07% from 469); Max value from RGB is 202 - color contains mainly: blue. Hex color #5CAFCA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5CAFCA is #A35035. Grayscale: #999999. Windows color (decimal): -10702902 or 13283164. OLE color: 13283164.

HSL color Cylindrical-coordinate representation of color #5CAFCA: hue angle of 194.73º 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 #5CAFCA is Cyan = 0.54, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB92175202-
CMYK0.540.1300.21
HSL194.73º50.93%57.65%-
HSV(B)194.73º54.46%79.22%-
XYZ30.437.261.45-
YUV153.26155.584.3-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 19.62%
GREEN value IS 175 (68.75% from 255) = 37.31%
BLUE value IS 202 (79.30% from 255) = 43.07%
R=19.62%
G=37.31%
B=43.07%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal921752020.540.1300.21194.7350.9357.65
Hex5CAFCA36D015c3333a
Octal13425731266150253036372
Binary10111001010111111001010110110110101010111000011110011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CAFCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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