Html Css Color HEX #57ABBC Viking

📋 copy color: '#57ABBC'

red 87 ◦ green 171 ◦ blue 188

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

Shades of Viking #57ABBC

Tints of Viking #57ABBC

RGB

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

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

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

R = 19.51%
G = 38.34%
B = 42.15%

CMYK

 C value IS 0.54

 M value IS 0.09

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#57ABBC (or 0x57ABBC) is known color: Viking. HEX triplet: 57, AB and BC. RGB value is (87,171,188). Sum of RGB (Red+Green+Blue) = 87+171+188=446 (59% of max value = 765). Red value is 87 (34.38% from 255 or 19.51% from 446); Green value is 171 (67.19% from 255 or 38.34% from 446); Blue value is 188 (73.83% from 255 or 42.15% from 446); Max value from RGB is 188 - color contains mainly: blue. Hex color #57ABBC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #57ABBC is #A85443. Grayscale: #939393. Windows color (decimal): -11031620 or 12364631. OLE color: 12364631.

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

Color convert

RGB 87 171 188 -
CMYK 0.54 0.09 0 0.26
HSL 190.1º 0.43% 0.54% -
HSV(B) 190.1º 0.54% 0.74% -
XYZ 27.57 34.78 52.84 -
YUV 147.82 150.67 84.62 -
System Red Green Blue C M Y K H S L
Decimal 87 171 188 0.54 0.09 0 0.26 190.1 0.43 0.54
Hex 57 AB BC 36 9 0 1A BE 2B 36
Octal 127 253 274 66 11 0 32 276 53 66
Binary 1010111 10101011 10111100 110110 1001 0 11010 10111110 101011 110110

Color Harmonies of #57ABBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57ABBC

Black with #57ABBC

Text Example


Text Example

White with #57ABBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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