Html Css Color HEX #57AABC Viking

📋 copy color: '#57AABC'

red 87 ◦ green 170 ◦ blue 188

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

Shades of Viking #57AABC

Tints of Viking #57AABC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 42.25%

R = 19.55%
G = 38.2%
B = 42.25%

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

#57AABC (or 0x57AABC) is known color: Viking. HEX triplet: 57, AA and BC. RGB value is (87,170,188). Sum of RGB (Red+Green+Blue) = 87+170+188=445 (58% of max value = 765). Red value is 87 (34.38% from 255 or 19.55% from 445); Green value is 170 (66.80% from 255 or 38.20% from 445); Blue value is 188 (73.83% from 255 or 42.25% from 445); Max value from RGB is 188 - color contains mainly: blue. Hex color #57AABC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #57AABC is #A85543. Grayscale: #939393. Windows color (decimal): -11031876 or 12364375. OLE color: 12364375.

HSL color Cylindrical-coordinate representation of color #57AABC: hue angle of 190.69º degrees, saturation: 0.43, 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 #57AABC is Cyan = 0.54, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 87 170 188 -
CMYK 0.54 0.10 0 0.26
HSL 190.69º 0.43% 0.54% -
HSV(B) 190.69º 0.54% 0.74% -
XYZ 27.38 34.41 52.77 -
YUV 147.24 151 85.04 -
System Red Green Blue C M Y K H S L
Decimal 87 170 188 0.54 0.10 0 0.26 190.69 0.43 0.54
Hex 57 AA BC 36 A 0 1A BF 2B 36
Octal 127 252 274 66 12 0 32 277 53 66
Binary 1010111 10101010 10111100 110110 1010 0 11010 10111111 101011 110110

Color Harmonies of #57AABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57AABC

Black with #57AABC

Text Example


Text Example

White with #57AABC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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