#5CAECA

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

Shades of Viking #5CAECA

Tints of Viking #5CAECA

Color information

#5CAECA (or 0x5CAECA) is unknown color: approx Viking. HEX triplet: 5C, AE and CA. RGB value is (92,174,202). Sum of RGB (Red+Green+Blue) = 92+174+202=468 (61% of max value = 765). Red value is 92 (36.33% from 255 or 19.66% from 468); Green value is 174 (68.36% from 255 or 37.18% from 468); Blue value is 202 (79.30% from 255 or 43.16% from 468); Max value from RGB is 202 - color contains mainly: blue. Hex color #5CAECA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5CAECA is #A35135. Grayscale: #989898. Windows color (decimal): -10703158 or 13282908. OLE color: 13282908.

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

Color convert

RGB92174202-
CMYK0.540.1400.21
HSL195.27º50.93%57.65%-
HSV(B)195.27º54.46%79.22%-
XYZ30.2136.8161.39-
YUV152.67155.8384.72-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 19.66%
GREEN value IS 174 (68.36% from 255) = 37.18%
BLUE value IS 202 (79.30% from 255) = 43.16%
R=19.66%
G=37.18%
B=43.16%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal921742020.540.1400.21195.2750.9357.65
Hex5CAECA36E015c3333a
Octal13425631266160253036372
Binary10111001010111011001010110110111001010111000011110011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CAECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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