Html Css Color HEX #57B0C0 Viking

📋 copy color: '#57B0C0'

red 87 ◦ green 176 ◦ blue 192

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

Shades of Viking #57B0C0

Tints of Viking #57B0C0

RGB

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

 GREEN value IS 176 (69.14% from 255) = 38.68%

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

R = 19.12%
G = 38.68%
B = 42.2%

CMYK

 C value IS 0.55

 M value IS 0.08

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#57B0C0 (or 0x57B0C0) is known color: Viking. HEX triplet: 57, B0 and C0. RGB value is (87,176,192). Sum of RGB (Red+Green+Blue) = 87+176+192=455 (60% of max value = 765). Red value is 87 (34.38% from 255 or 19.12% from 455); Green value is 176 (69.14% from 255 or 38.68% from 455); Blue value is 192 (75.39% from 255 or 42.20% from 455); Max value from RGB is 192 - color contains mainly: blue. Hex color #57B0C0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #57B0C0 is #A84F3F. Grayscale: #979797. Windows color (decimal): -11030336 or 12628055. OLE color: 12628055.

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

Color convert

RGB 87 176 192 -
CMYK 0.55 0.08 0 0.25
HSL 189.14º 0.45% 0.55% -
HSV(B) 189.14º 0.55% 0.75% -
XYZ 28.97 36.88 55.46 -
YUV 151.21 151.01 82.2 -
System Red Green Blue C M Y K H S L
Decimal 87 176 192 0.55 0.08 0 0.25 189.14 0.45 0.55
Hex 57 B0 C0 37 8 0 19 BD 2D 37
Octal 127 260 300 67 10 0 31 275 55 67
Binary 1010111 10110000 11000000 110111 1000 0 11001 10111101 101101 110111

Color Harmonies of #57B0C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57B0C0

Black with #57B0C0

Text Example


Text Example

White with #57B0C0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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