Html Css Color HEX #5AAECC Viking

📋 copy color: '#5AAECC'

red 90 ◦ green 174 ◦ blue 204

#5AAECC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Viking #5AAECC

Tints of Viking #5AAECC

RGB

 RED value IS 90 (35.55% from 255) = 19.23%

 GREEN value IS 174 (68.36% from 255) = 37.18%

 BLUE value IS 204 (80.08% from 255) = 43.59%

R = 19.23%
G = 37.18%
B = 43.59%

CMYK

 C value IS 0.56

 M value IS 0.15

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#5AAECC (or 0x5AAECC) is known color: Viking. HEX triplet: 5A, AE and CC. RGB value is (90,174,204). Sum of RGB (Red+Green+Blue) = 90+174+204=468 (61% of max value = 765). Red value is 90 (35.55% from 255 or 19.23% from 468); Green value is 174 (68.36% from 255 or 37.18% from 468); Blue value is 204 (80.08% from 255 or 43.59% from 468); Max value from RGB is 204 - color contains mainly: blue. Hex color #5AAECC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5AAECC is #A55133. Grayscale: #989898. Windows color (decimal): -10834228 or 13413978. OLE color: 13413978.

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

Color convert

RGB 90 174 204 -
CMYK 0.56 0.15 0 0.2
HSL 195.79º 0.53% 0.58% -
HSV(B) 195.79º 0.56% 0.8% -
XYZ 30.25 36.81 62.64 -
YUV 152.3 157.17 83.56 -
System Red Green Blue C M Y K H S L
Decimal 90 174 204 0.56 0.15 0 0.2 195.79 0.53 0.58
Hex 5A AE CC 38 F 0 14 C4 35 3A
Octal 132 256 314 70 17 0 24 304 65 72
Binary 1011010 10101110 11001100 111000 1111 0 10100 11000100 110101 111010

Color Harmonies of #5AAECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AAECC

Black with #5AAECC

Text Example


Text Example

White with #5AAECC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,174,204); }

 H1.HeaderClassName
 {
   color: #5AAECC;
 }
 .AnyTagClassName
 {
   color: #5AAECC;
 }
</style>

background-color css

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

 a { background-color: rgb(90,174,204); }

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

border-color css

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

 span { border-color: rgb(90,174,204); }

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