Html Css Color HEX #57AFC0 Viking

📋 copy color: '#57AFC0'

red 87 ◦ green 175 ◦ blue 192

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

Shades of Viking #57AFC0

Tints of Viking #57AFC0

RGB

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

 GREEN value IS 175 (68.75% from 255) = 38.55%

 BLUE value IS 192 (75.39% from 255) = 42.29%

R = 19.16%
G = 38.55%
B = 42.29%

CMYK

 C value IS 0.55

 M value IS 0.09

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#57AFC0 (or 0x57AFC0) is known color: Viking. HEX triplet: 57, AF and C0. RGB value is (87,175,192). Sum of RGB (Red+Green+Blue) = 87+175+192=454 (60% of max value = 765). Red value is 87 (34.38% from 255 or 19.16% from 454); Green value is 175 (68.75% from 255 or 38.55% from 454); Blue value is 192 (75.39% from 255 or 42.29% from 454); Max value from RGB is 192 - color contains mainly: blue. Hex color #57AFC0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #57AFC0 is #A8503F. Grayscale: #969696. Windows color (decimal): -11030592 or 12627799. OLE color: 12627799.

HSL color Cylindrical-coordinate representation of color #57AFC0: hue angle of 189.71º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #57AFC0 is Cyan = 0.55, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 87 175 192 -
CMYK 0.55 0.09 0 0.25
HSL 189.71º 0.45% 0.55% -
HSV(B) 189.71º 0.55% 0.75% -
XYZ 28.77 36.49 55.4 -
YUV 150.63 151.35 82.62 -
System Red Green Blue C M Y K H S L
Decimal 87 175 192 0.55 0.09 0 0.25 189.71 0.45 0.55
Hex 57 AF C0 37 9 0 19 BE 2D 37
Octal 127 257 300 67 11 0 31 276 55 67
Binary 1010111 10101111 11000000 110111 1001 0 11001 10111110 101101 110111

Color Harmonies of #57AFC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57AFC0

Black with #57AFC0

Text Example


Text Example

White with #57AFC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(87,175,192); }

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

background-color css

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

 a { background-color: rgb(87,175,192); }

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

border-color css

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

 span { border-color: rgb(87,175,192); }

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