Html Css Color HEX #57ACC0 Viking

📋 copy color: '#57ACC0'

red 87 ◦ green 172 ◦ blue 192

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

Shades of Viking #57ACC0

Tints of Viking #57ACC0

RGB

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

 GREEN value IS 172 (67.58% from 255) = 38.14%

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

R = 19.29%
G = 38.14%
B = 42.57%

CMYK

 C value IS 0.55

 M value IS 0.10

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#57ACC0 (or 0x57ACC0) is known color: Viking. HEX triplet: 57, AC and C0. RGB value is (87,172,192). Sum of RGB (Red+Green+Blue) = 87+172+192=451 (59% of max value = 765). Red value is 87 (34.38% from 255 or 19.29% from 451); Green value is 172 (67.58% from 255 or 38.14% from 451); Blue value is 192 (75.39% from 255 or 42.57% from 451); Max value from RGB is 192 - color contains mainly: blue. Hex color #57ACC0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #57ACC0 is #A8533F. Grayscale: #949494. Windows color (decimal): -11031360 or 12627031. OLE color: 12627031.

HSL color Cylindrical-coordinate representation of color #57ACC0: hue angle of 191.43º 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 #57ACC0 is Cyan = 0.55, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 87 172 192 -
CMYK 0.55 0.10 0 0.25
HSL 191.43º 0.45% 0.55% -
HSV(B) 191.43º 0.55% 0.75% -
XYZ 28.2 35.34 55.2 -
YUV 148.87 152.34 83.87 -
System Red Green Blue C M Y K H S L
Decimal 87 172 192 0.55 0.10 0 0.25 191.43 0.45 0.55
Hex 57 AC C0 37 A 0 19 BF 2D 37
Octal 127 254 300 67 12 0 31 277 55 67
Binary 1010111 10101100 11000000 110111 1010 0 11001 10111111 101101 110111

Color Harmonies of #57ACC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57ACC0

Black with #57ACC0

Text Example


Text Example

White with #57ACC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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