Html Css Color HEX #57B4BE Viking

📋 copy color: '#57B4BE'

red 87 ◦ green 180 ◦ blue 190

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

Shades of Viking #57B4BE

Tints of Viking #57B4BE

RGB

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

 GREEN value IS 180 (70.7% from 255) = 39.39%

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

R = 19.04%
G = 39.39%
B = 41.58%

CMYK

 C value IS 0.54

 M value IS 0.05

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#57B4BE (or 0x57B4BE) is known color: Viking. HEX triplet: 57, B4 and BE. RGB value is (87,180,190). Sum of RGB (Red+Green+Blue) = 87+180+190=457 (60% of max value = 765). Red value is 87 (34.38% from 255 or 19.04% from 457); Green value is 180 (70.70% from 255 or 39.39% from 457); Blue value is 190 (74.61% from 255 or 41.58% from 457); Max value from RGB is 190 - color contains mainly: blue. Hex color #57B4BE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #57B4BE is #A84B41. Grayscale: #999999. Windows color (decimal): -11029314 or 12498007. OLE color: 12498007.

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

Color convert

RGB 87 180 190 -
CMYK 0.54 0.05 0 0.25
HSL 185.83º 0.44% 0.54% -
HSV(B) 185.83º 0.54% 0.75% -
XYZ 29.55 38.39 54.57 -
YUV 153.33 148.69 80.69 -
System Red Green Blue C M Y K H S L
Decimal 87 180 190 0.54 0.05 0 0.25 185.83 0.44 0.54
Hex 57 B4 BE 36 5 0 19 BA 2C 36
Octal 127 264 276 66 5 0 31 272 54 66
Binary 1010111 10110100 10111110 110110 101 0 11001 10111010 101100 110110

Color Harmonies of #57B4BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57B4BE

Black with #57B4BE

Text Example


Text Example

White with #57B4BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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