Html Css Color HEX #57AEC0 Viking

📋 copy color: '#57AEC0'

red 87 ◦ green 174 ◦ blue 192

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

Shades of Viking #57AEC0

Tints of Viking #57AEC0

RGB

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

 GREEN value IS 174 (68.36% from 255) = 38.41%

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

R = 19.21%
G = 38.41%
B = 42.38%

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

#57AEC0 (or 0x57AEC0) is known color: Viking. HEX triplet: 57, AE and C0. RGB value is (87,174,192). Sum of RGB (Red+Green+Blue) = 87+174+192=453 (60% of max value = 765). Red value is 87 (34.38% from 255 or 19.21% from 453); Green value is 174 (68.36% from 255 or 38.41% from 453); Blue value is 192 (75.39% from 255 or 42.38% from 453); Max value from RGB is 192 - color contains mainly: blue. Hex color #57AEC0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #57AEC0 is #A8513F. Grayscale: #959595. Windows color (decimal): -11030848 or 12627543. OLE color: 12627543.

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

Color convert

RGB 87 174 192 -
CMYK 0.55 0.09 0 0.25
HSL 190.29º 0.45% 0.55% -
HSV(B) 190.29º 0.55% 0.75% -
XYZ 28.58 36.1 55.33 -
YUV 150.04 151.68 83.04 -
System Red Green Blue C M Y K H S L
Decimal 87 174 192 0.55 0.09 0 0.25 190.29 0.45 0.55
Hex 57 AE C0 37 9 0 19 BE 2D 37
Octal 127 256 300 67 11 0 31 276 55 67
Binary 1010111 10101110 11000000 110111 1001 0 11001 10111110 101101 110111

Color Harmonies of #57AEC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57AEC0

Black with #57AEC0

Text Example


Text Example

White with #57AEC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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