Html Css Color HEX #587E85 Hoki

📋 copy color: '#587E85'

red 88 ◦ green 126 ◦ blue 133

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

Shades of Hoki #587E85

Tints of Hoki #587E85

RGB

 RED value IS 88 (34.77% from 255) = 25.36%

 GREEN value IS 126 (49.61% from 255) = 36.31%

 BLUE value IS 133 (52.34% from 255) = 38.33%

R = 25.36%
G = 36.31%
B = 38.33%

CMYK

 C value IS 0.34

 M value IS 0.05

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#587E85 (or 0x587E85) is known color: Hoki. HEX triplet: 58, 7E and 85. RGB value is (88,126,133). Sum of RGB (Red+Green+Blue) = 88+126+133=347 (45% of max value = 765). Red value is 88 (34.77% from 255 or 25.36% from 347); Green value is 126 (49.61% from 255 or 36.31% from 347); Blue value is 133 (52.34% from 255 or 38.33% from 347); Max value from RGB is 133 - color contains mainly: blue. Hex color #587E85 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #587E85 is #A7817A. Grayscale: #737373. Windows color (decimal): -10977659 or 8748632. OLE color: 8748632.

HSL color Cylindrical-coordinate representation of color #587E85: hue angle of 189.33º degrees, saturation: 0.2, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #587E85 is Cyan = 0.34, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 88 126 133 -
CMYK 0.34 0.05 0 0.48
HSL 189.33º 0.2% 0.43% -
HSV(B) 189.33º 0.34% 0.52% -
XYZ 15.72 18.69 24.97 -
YUV 115.44 137.91 108.43 -
System Red Green Blue C M Y K H S L
Decimal 88 126 133 0.34 0.05 0 0.48 189.33 0.2 0.43
Hex 58 7E 85 22 5 0 30 BD 14 2B
Octal 130 176 205 42 5 0 60 275 24 53
Binary 1011000 1111110 10000101 100010 101 0 110000 10111101 10100 101011

Color Harmonies of #587E85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #587E85

Black with #587E85

Text Example


Text Example

White with #587E85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #587E85; }

 p { color: rgb(88,126,133); }

 H1.HeaderClassName
 {
   color: #587E85;
 }
 .AnyTagClassName
 {
   color: #587E85;
 }
</style>

background-color css

<style>
 a { background-color: #587E85; }

 a { background-color: rgb(88,126,133); }

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

border-color css

<style>
 span { border-color: #587E85; }

 span { border-color: rgb(88,126,133); }

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