Html Css Color HEX #587C88 Hoki

📋 copy color: '#587C88'

red 88 ◦ green 124 ◦ blue 136

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

Shades of Hoki #587C88

Tints of Hoki #587C88

RGB

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

 GREEN value IS 124 (48.83% from 255) = 35.63%

 BLUE value IS 136 (53.52% from 255) = 39.08%

R = 25.29%
G = 35.63%
B = 39.08%

CMYK

 C value IS 0.35

 M value IS 0.09

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#587C88 (or 0x587C88) is known color: Hoki. HEX triplet: 58, 7C and 88. RGB value is (88,124,136). Sum of RGB (Red+Green+Blue) = 88+124+136=348 (46% of max value = 765). Red value is 88 (34.77% from 255 or 25.29% from 348); Green value is 124 (48.83% from 255 or 35.63% from 348); Blue value is 136 (53.52% from 255 or 39.08% from 348); Max value from RGB is 136 - color contains mainly: blue. Hex color #587C88 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #587C88 is #A78377. Grayscale: #727272. Windows color (decimal): -10978168 or 8944728. OLE color: 8944728.

HSL color Cylindrical-coordinate representation of color #587C88: hue angle of 195º degrees, saturation: 0.21, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #587C88 is Cyan = 0.35, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 88 124 136 -
CMYK 0.35 0.09 0 0.47
HSL 195º 0.21% 0.44% -
HSV(B) 195º 0.35% 0.53% -
XYZ 15.68 18.27 25.99 -
YUV 114.6 140.07 109.02 -
System Red Green Blue C M Y K H S L
Decimal 88 124 136 0.35 0.09 0 0.47 195 0.21 0.44
Hex 58 7C 88 23 9 0 2F C3 15 2C
Octal 130 174 210 43 11 0 57 303 25 54
Binary 1011000 1111100 10001000 100011 1001 0 101111 11000011 10101 101100

Color Harmonies of #587C88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #587C88

Black with #587C88

Text Example


Text Example

White with #587C88

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,124,136); }

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

background-color css

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

 a { background-color: rgb(88,124,136); }

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

border-color css

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

 span { border-color: rgb(88,124,136); }

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