Html Css Color HEX #57BDBE Viking

📋 copy color: '#57BDBE'

red 87 ◦ green 189 ◦ blue 190

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

Shades of Viking #57BDBE

Tints of Viking #57BDBE

RGB

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

 GREEN value IS 189 (74.22% from 255) = 40.56%

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

R = 18.67%
G = 40.56%
B = 40.77%

CMYK

 C value IS 0.54

 M value IS 0.01

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#57BDBE (or 0x57BDBE) is known color: Viking. HEX triplet: 57, BD and BE. RGB value is (87,189,190). Sum of RGB (Red+Green+Blue) = 87+189+190=466 (61% of max value = 765). Red value is 87 (34.38% from 255 or 18.67% from 466); Green value is 189 (74.22% from 255 or 40.56% from 466); Blue value is 190 (74.61% from 255 or 40.77% from 466); Max value from RGB is 190 - color contains mainly: blue. Hex color #57BDBE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #57BDBE is #A84241. Grayscale: #9E9E9E. Windows color (decimal): -11027010 or 12500311. OLE color: 12500311.

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

Color convert

RGB 87 189 190 -
CMYK 0.54 0.01 0 0.25
HSL 180.58º 0.44% 0.54% -
HSV(B) 180.58º 0.54% 0.75% -
XYZ 31.42 42.14 55.19 -
YUV 158.62 145.71 76.92 -
System Red Green Blue C M Y K H S L
Decimal 87 189 190 0.54 0.01 0 0.25 180.58 0.44 0.54
Hex 57 BD BE 36 1 0 19 B5 2C 36
Octal 127 275 276 66 1 0 31 265 54 66
Binary 1010111 10111101 10111110 110110 1 0 11001 10110101 101100 110110

Color Harmonies of #57BDBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57BDBE

Black with #57BDBE

Text Example


Text Example

White with #57BDBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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