Html Css Color HEX #5AACCC Viking

📋 copy color: '#5AACCC'

red 90 ◦ green 172 ◦ blue 204

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

Shades of Viking #5AACCC

Tints of Viking #5AACCC

RGB

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

 GREEN value IS 172 (67.58% from 255) = 36.91%

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

R = 19.31%
G = 36.91%
B = 43.78%

CMYK

 C value IS 0.56

 M value IS 0.16

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#5AACCC (or 0x5AACCC) is known color: Viking. HEX triplet: 5A, AC and CC. RGB value is (90,172,204). Sum of RGB (Red+Green+Blue) = 90+172+204=466 (61% of max value = 765). Red value is 90 (35.55% from 255 or 19.31% from 466); Green value is 172 (67.58% from 255 or 36.91% from 466); Blue value is 204 (80.08% from 255 or 43.78% from 466); Max value from RGB is 204 - color contains mainly: blue. Hex color #5AACCC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5AACCC is #A55333. Grayscale: #969696. Windows color (decimal): -10834740 or 13413466. OLE color: 13413466.

HSL color Cylindrical-coordinate representation of color #5AACCC: hue angle of 196.84º 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 #5AACCC is Cyan = 0.56, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 90 172 204 -
CMYK 0.56 0.16 0 0.2
HSL 196.84º 0.53% 0.58% -
HSV(B) 196.84º 0.56% 0.8% -
XYZ 29.87 36.04 62.51 -
YUV 151.13 157.83 84.4 -
System Red Green Blue C M Y K H S L
Decimal 90 172 204 0.56 0.16 0 0.2 196.84 0.53 0.58
Hex 5A AC CC 38 10 0 14 C5 35 3A
Octal 132 254 314 70 20 0 24 305 65 72
Binary 1011010 10101100 11001100 111000 10000 0 10100 11000101 110101 111010

Color Harmonies of #5AACCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AACCC

Black with #5AACCC

Text Example


Text Example

White with #5AACCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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