Html Css Color HEX #57B9BF Viking

📋 copy color: '#57B9BF'

red 87 ◦ green 185 ◦ blue 191

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

Shades of Viking #57B9BF

Tints of Viking #57B9BF

RGB

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

 GREEN value IS 185 (72.66% from 255) = 39.96%

 BLUE value IS 191 (75% from 255) = 41.25%

R = 18.79%
G = 39.96%
B = 41.25%

CMYK

 C value IS 0.54

 M value IS 0.03

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#57B9BF (or 0x57B9BF) is known color: Viking. HEX triplet: 57, B9 and BF. RGB value is (87,185,191). Sum of RGB (Red+Green+Blue) = 87+185+191=463 (61% of max value = 765). Red value is 87 (34.38% from 255 or 18.79% from 463); Green value is 185 (72.66% from 255 or 39.96% from 463); Blue value is 191 (75% from 255 or 41.25% from 463); Max value from RGB is 191 - color contains mainly: blue. Hex color #57B9BF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #57B9BF is #A84640. Grayscale: #9C9C9C. Windows color (decimal): -11028033 or 12564823. OLE color: 12564823.

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

Color convert

RGB 87 185 191 -
CMYK 0.54 0.03 0 0.25
HSL 183.46º 0.45% 0.55% -
HSV(B) 183.46º 0.54% 0.75% -
XYZ 30.68 40.49 55.49 -
YUV 156.38 147.53 78.51 -
System Red Green Blue C M Y K H S L
Decimal 87 185 191 0.54 0.03 0 0.25 183.46 0.45 0.55
Hex 57 B9 BF 36 3 0 19 B7 2D 37
Octal 127 271 277 66 3 0 31 267 55 67
Binary 1010111 10111001 10111111 110110 11 0 11001 10110111 101101 110111

Color Harmonies of #57B9BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57B9BF

Black with #57B9BF

Text Example


Text Example

White with #57B9BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(87,185,191); }

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

background-color css

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

 a { background-color: rgb(87,185,191); }

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

border-color css

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

 span { border-color: rgb(87,185,191); }

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