Html Css Color HEX #57818C Hoki

📋 copy color: '#57818C'

red 87 ◦ green 129 ◦ blue 140

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

Shades of Hoki #57818C

Tints of Hoki #57818C

RGB

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

 GREEN value IS 129 (50.78% from 255) = 36.24%

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

R = 24.44%
G = 36.24%
B = 39.33%

CMYK

 C value IS 0.38

 M value IS 0.08

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#57818C (or 0x57818C) is known color: Hoki. HEX triplet: 57, 81 and 8C. RGB value is (87,129,140). Sum of RGB (Red+Green+Blue) = 87+129+140=356 (47% of max value = 765). Red value is 87 (34.38% from 255 or 24.44% from 356); Green value is 129 (50.78% from 255 or 36.24% from 356); Blue value is 140 (55.08% from 255 or 39.33% from 356); Max value from RGB is 140 - color contains mainly: blue. Hex color #57818C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #57818C is #A87E73. Grayscale: #757575. Windows color (decimal): -11042420 or 9208151. OLE color: 9208151.

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

Color convert

RGB 87 129 140 -
CMYK 0.38 0.08 0 0.45
HSL 192.45º 0.23% 0.45% -
HSV(B) 192.45º 0.38% 0.55% -
XYZ 16.51 19.62 27.73 -
YUV 117.7 140.59 106.11 -
System Red Green Blue C M Y K H S L
Decimal 87 129 140 0.38 0.08 0 0.45 192.45 0.23 0.45
Hex 57 81 8C 26 8 0 2D C0 17 2D
Octal 127 201 214 46 10 0 55 300 27 55
Binary 1010111 10000001 10001100 100110 1000 0 101101 11000000 10111 101101

Color Harmonies of #57818C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57818C

Black with #57818C

Text Example


Text Example

White with #57818C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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