Html Css Color HEX #57828C Hoki

📋 copy color: '#57828C'

red 87 ◦ green 130 ◦ blue 140

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

Shades of Hoki #57828C

Tints of Hoki #57828C

RGB

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

 GREEN value IS 130 (51.17% from 255) = 36.41%

 BLUE value IS 140 (55.08% from 255) = 39.22%

R = 24.37%
G = 36.41%
B = 39.22%

CMYK

 C value IS 0.38

 M value IS 0.07

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#57828C (or 0x57828C) is known color: Hoki. HEX triplet: 57, 82 and 8C. RGB value is (87,130,140). Sum of RGB (Red+Green+Blue) = 87+130+140=357 (47% of max value = 765). Red value is 87 (34.38% from 255 or 24.37% from 357); Green value is 130 (51.17% from 255 or 36.41% from 357); Blue value is 140 (55.08% from 255 or 39.22% from 357); Max value from RGB is 140 - color contains mainly: blue. Hex color #57828C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #57828C is #A87D73. Grayscale: #767676. Windows color (decimal): -11042164 or 9208407. OLE color: 9208407.

HSL color Cylindrical-coordinate representation of color #57828C: hue angle of 191.32º degrees, saturation: 0.23, 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 #57828C is Cyan = 0.38, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 87 130 140 -
CMYK 0.38 0.07 0 0.45
HSL 191.32º 0.23% 0.45% -
HSV(B) 191.32º 0.38% 0.55% -
XYZ 16.65 19.88 27.77 -
YUV 118.28 140.25 105.69 -
System Red Green Blue C M Y K H S L
Decimal 87 130 140 0.38 0.07 0 0.45 191.32 0.23 0.45
Hex 57 82 8C 26 7 0 2D BF 17 2D
Octal 127 202 214 46 7 0 55 277 27 55
Binary 1010111 10000010 10001100 100110 111 0 101101 10111111 10111 101101

Color Harmonies of #57828C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57828C

Black with #57828C

Text Example


Text Example

White with #57828C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #57828C; }

 p { color: rgb(87,130,140); }

 H1.HeaderClassName
 {
   color: #57828C;
 }
 .AnyTagClassName
 {
   color: #57828C;
 }
</style>

background-color css

<style>
 a { background-color: #57828C; }

 a { background-color: rgb(87,130,140); }

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

border-color css

<style>
 span { border-color: #57828C; }

 span { border-color: rgb(87,130,140); }

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