Html Css Color HEX #57AABD Viking

📋 copy color: '#57AABD'

red 87 ◦ green 170 ◦ blue 189

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

Shades of Viking #57AABD

Tints of Viking #57AABD

RGB

 RED value IS 87 (34.38% from 255) = 19.51%

 GREEN value IS 170 (66.8% from 255) = 38.12%

 BLUE value IS 189 (74.22% from 255) = 42.38%

R = 19.51%
G = 38.12%
B = 42.38%

CMYK

 C value IS 0.54

 M value IS 0.10

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#57AABD (or 0x57AABD) is known color: Viking. HEX triplet: 57, AA and BD. RGB value is (87,170,189). Sum of RGB (Red+Green+Blue) = 87+170+189=446 (59% of max value = 765). Red value is 87 (34.38% from 255 or 19.51% from 446); Green value is 170 (66.80% from 255 or 38.12% from 446); Blue value is 189 (74.22% from 255 or 42.38% from 446); Max value from RGB is 189 - color contains mainly: blue. Hex color #57AABD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #57AABD is #A85542. Grayscale: #939393. Windows color (decimal): -11031875 or 12429911. OLE color: 12429911.

HSL color Cylindrical-coordinate representation of color #57AABD: hue angle of 191.18º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #57AABD is Cyan = 0.54, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 87 170 189 -
CMYK 0.54 0.10 0 0.26
HSL 191.18º 0.44% 0.54% -
HSV(B) 191.18º 0.54% 0.74% -
XYZ 27.49 34.45 53.34 -
YUV 147.35 151.5 84.96 -
System Red Green Blue C M Y K H S L
Decimal 87 170 189 0.54 0.10 0 0.26 191.18 0.44 0.54
Hex 57 AA BD 36 A 0 1A BF 2C 36
Octal 127 252 275 66 12 0 32 277 54 66
Binary 1010111 10101010 10111101 110110 1010 0 11010 10111111 101100 110110

Color Harmonies of #57AABD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57AABD

Black with #57AABD

Text Example


Text Example

White with #57AABD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #57AABD; }

 p { color: rgb(87,170,189); }

 H1.HeaderClassName
 {
   color: #57AABD;
 }
 .AnyTagClassName
 {
   color: #57AABD;
 }
</style>

background-color css

<style>
 a { background-color: #57AABD; }

 a { background-color: rgb(87,170,189); }

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

border-color css

<style>
 span { border-color: #57AABD; }

 span { border-color: rgb(87,170,189); }

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