Html Css Color HEX #57B0BE Viking

📋 copy color: '#57B0BE'

red 87 ◦ green 176 ◦ blue 190

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

Shades of Viking #57B0BE

Tints of Viking #57B0BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 41.94%

R = 19.21%
G = 38.85%
B = 41.94%

CMYK

 C value IS 0.54

 M value IS 0.07

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#57B0BE (or 0x57B0BE) is known color: Viking. HEX triplet: 57, B0 and BE. RGB value is (87,176,190). Sum of RGB (Red+Green+Blue) = 87+176+190=453 (60% of max value = 765). Red value is 87 (34.38% from 255 or 19.21% from 453); Green value is 176 (69.14% from 255 or 38.85% from 453); Blue value is 190 (74.61% from 255 or 41.94% from 453); Max value from RGB is 190 - color contains mainly: blue. Hex color #57B0BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #57B0BE is #A84F41. Grayscale: #969696. Windows color (decimal): -11030338 or 12496983. OLE color: 12496983.

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

Color convert

RGB 87 176 190 -
CMYK 0.54 0.07 0 0.25
HSL 188.16º 0.44% 0.54% -
HSV(B) 188.16º 0.54% 0.75% -
XYZ 28.75 36.79 54.3 -
YUV 150.99 150.01 82.36 -
System Red Green Blue C M Y K H S L
Decimal 87 176 190 0.54 0.07 0 0.25 188.16 0.44 0.54
Hex 57 B0 BE 36 7 0 19 BC 2C 36
Octal 127 260 276 66 7 0 31 274 54 66
Binary 1010111 10110000 10111110 110110 111 0 11001 10111100 101100 110110

Color Harmonies of #57B0BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57B0BE

Black with #57B0BE

Text Example


Text Example

White with #57B0BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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