Html Css Color HEX #5AACCA Viking

📋 copy color: '#5AACCA'

red 90 ◦ green 172 ◦ blue 202

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

Shades of Viking #5AACCA

Tints of Viking #5AACCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 43.53%

R = 19.4%
G = 37.07%
B = 43.53%

CMYK

 C value IS 0.55

 M value IS 0.15

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#5AACCA (or 0x5AACCA) is known color: Viking. HEX triplet: 5A, AC and CA. RGB value is (90,172,202). Sum of RGB (Red+Green+Blue) = 90+172+202=464 (61% of max value = 765). Red value is 90 (35.55% from 255 or 19.40% from 464); Green value is 172 (67.58% from 255 or 37.07% from 464); Blue value is 202 (79.30% from 255 or 43.53% from 464); Max value from RGB is 202 - color contains mainly: blue. Hex color #5AACCA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5AACCA is #A55335. Grayscale: #969696. Windows color (decimal): -10834742 or 13282394. OLE color: 13282394.

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

Color convert

RGB 90 172 202 -
CMYK 0.55 0.15 0 0.21
HSL 196.07º 0.51% 0.57% -
HSV(B) 196.07º 0.55% 0.79% -
XYZ 29.63 35.94 61.25 -
YUV 150.9 156.83 84.56 -
System Red Green Blue C M Y K H S L
Decimal 90 172 202 0.55 0.15 0 0.21 196.07 0.51 0.57
Hex 5A AC CA 37 F 0 15 C4 33 39
Octal 132 254 312 67 17 0 25 304 63 71
Binary 1011010 10101100 11001010 110111 1111 0 10101 11000100 110011 111001

Color Harmonies of #5AACCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AACCA

Black with #5AACCA

Text Example


Text Example

White with #5AACCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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