Html Css Color HEX #57808D Hoki

📋 copy color: '#57808D'

red 87 ◦ green 128 ◦ blue 141

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

Shades of Hoki #57808D

Tints of Hoki #57808D

RGB

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

 GREEN value IS 128 (50.39% from 255) = 35.96%

 BLUE value IS 141 (55.47% from 255) = 39.61%

R = 24.44%
G = 35.96%
B = 39.61%

CMYK

 C value IS 0.38

 M value IS 0.09

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#57808D (or 0x57808D) is known color: Hoki. HEX triplet: 57, 80 and 8D. RGB value is (87,128,141). Sum of RGB (Red+Green+Blue) = 87+128+141=356 (47% of max value = 765). Red value is 87 (34.38% from 255 or 24.44% from 356); Green value is 128 (50.39% from 255 or 35.96% from 356); Blue value is 141 (55.47% from 255 or 39.61% from 356); Max value from RGB is 141 - color contains mainly: blue. Hex color #57808D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #57808D is #A87F72. Grayscale: #757575. Windows color (decimal): -11042675 or 9273431. OLE color: 9273431.

HSL color Cylindrical-coordinate representation of color #57808D: hue angle of 194.44º degrees, saturation: 0.24, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #57808D is Cyan = 0.38, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 87 128 141 -
CMYK 0.38 0.09 0 0.45
HSL 194.44º 0.24% 0.45% -
HSV(B) 194.44º 0.38% 0.55% -
XYZ 16.46 19.39 28.07 -
YUV 117.22 141.42 106.44 -
System Red Green Blue C M Y K H S L
Decimal 87 128 141 0.38 0.09 0 0.45 194.44 0.24 0.45
Hex 57 80 8D 26 9 0 2D C2 18 2D
Octal 127 200 215 46 11 0 55 302 30 55
Binary 1010111 10000000 10001101 100110 1001 0 101101 11000010 11000 101101

Color Harmonies of #57808D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57808D

Black with #57808D

Text Example


Text Example

White with #57808D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #57808D; }

 p { color: rgb(87,128,141); }

 H1.HeaderClassName
 {
   color: #57808D;
 }
 .AnyTagClassName
 {
   color: #57808D;
 }
</style>

background-color css

<style>
 a { background-color: #57808D; }

 a { background-color: rgb(87,128,141); }

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

border-color css

<style>
 span { border-color: #57808D; }

 span { border-color: rgb(87,128,141); }

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