Html Css Color HEX #57808A Hoki

📋 copy color: '#57808A'

red 87 ◦ green 128 ◦ blue 138

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

Shades of Hoki #57808A

Tints of Hoki #57808A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 39.09%

R = 24.65%
G = 36.26%
B = 39.09%

CMYK

 C value IS 0.37

 M value IS 0.07

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#57808A (or 0x57808A) is known color: Hoki. HEX triplet: 57, 80 and 8A. RGB value is (87,128,138). Sum of RGB (Red+Green+Blue) = 87+128+138=353 (46% of max value = 765). Red value is 87 (34.38% from 255 or 24.65% from 353); Green value is 128 (50.39% from 255 or 36.26% from 353); Blue value is 138 (54.30% from 255 or 39.09% from 353); Max value from RGB is 138 - color contains mainly: blue. Hex color #57808A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #57808A is #A87F75. Grayscale: #747474. Windows color (decimal): -11042678 or 9076823. OLE color: 9076823.

HSL color Cylindrical-coordinate representation of color #57808A: hue angle of 191.76º degrees, saturation: 0.23, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #57808A is Cyan = 0.37, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 87 128 138 -
CMYK 0.37 0.07 0 0.46
HSL 191.76º 0.23% 0.44% -
HSV(B) 191.76º 0.37% 0.54% -
XYZ 16.24 19.3 26.91 -
YUV 116.88 139.92 106.69 -
System Red Green Blue C M Y K H S L
Decimal 87 128 138 0.37 0.07 0 0.46 191.76 0.23 0.44
Hex 57 80 8A 25 7 0 2E C0 17 2C
Octal 127 200 212 45 7 0 56 300 27 54
Binary 1010111 10000000 10001010 100101 111 0 101110 11000000 10111 101100

Color Harmonies of #57808A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57808A

Black with #57808A

Text Example


Text Example

White with #57808A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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