Html Css Color HEX #57ABBB Viking

📋 copy color: '#57ABBB'

red 87 ◦ green 171 ◦ blue 187

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

Shades of Viking #57ABBB

Tints of Viking #57ABBB

RGB

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

 GREEN value IS 171 (67.19% from 255) = 38.43%

 BLUE value IS 187 (73.44% from 255) = 42.02%

R = 19.55%
G = 38.43%
B = 42.02%

CMYK

 C value IS 0.53

 M value IS 0.09

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#57ABBB (or 0x57ABBB) is known color: Viking. HEX triplet: 57, AB and BB. RGB value is (87,171,187). Sum of RGB (Red+Green+Blue) = 87+171+187=445 (58% of max value = 765). Red value is 87 (34.38% from 255 or 19.55% from 445); Green value is 171 (67.19% from 255 or 38.43% from 445); Blue value is 187 (73.44% from 255 or 42.02% from 445); Max value from RGB is 187 - color contains mainly: blue. Hex color #57ABBB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #57ABBB is #A85444. Grayscale: #939393. Windows color (decimal): -11031621 or 12299095. OLE color: 12299095.

HSL color Cylindrical-coordinate representation of color #57ABBB: hue angle of 189.6º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #57ABBB is Cyan = 0.53, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 87 171 187 -
CMYK 0.53 0.09 0 0.27
HSL 189.6º 0.42% 0.54% -
HSV(B) 189.6º 0.53% 0.73% -
XYZ 27.46 34.74 52.27 -
YUV 147.71 150.17 84.7 -
System Red Green Blue C M Y K H S L
Decimal 87 171 187 0.53 0.09 0 0.27 189.6 0.42 0.54
Hex 57 AB BB 35 9 0 1B BE 2A 36
Octal 127 253 273 65 11 0 33 276 52 66
Binary 1010111 10101011 10111011 110101 1001 0 11011 10111110 101010 110110

Color Harmonies of #57ABBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57ABBB

Black with #57ABBB

Text Example


Text Example

White with #57ABBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(87,171,187); }

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

background-color css

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

 a { background-color: rgb(87,171,187); }

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

border-color css

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

 span { border-color: rgb(87,171,187); }

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