Html Css Color HEX #587B8E Hoki

📋 copy color: '#587B8E'

red 88 ◦ green 123 ◦ blue 142

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

Shades of Hoki #587B8E

Tints of Hoki #587B8E

RGB

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

 GREEN value IS 123 (48.44% from 255) = 34.84%

 BLUE value IS 142 (55.86% from 255) = 40.23%

R = 24.93%
G = 34.84%
B = 40.23%

CMYK

 C value IS 0.38

 M value IS 0.13

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#587B8E (or 0x587B8E) is known color: Hoki. HEX triplet: 58, 7B and 8E. RGB value is (88,123,142). Sum of RGB (Red+Green+Blue) = 88+123+142=353 (46% of max value = 765). Red value is 88 (34.77% from 255 or 24.93% from 353); Green value is 123 (48.44% from 255 or 34.84% from 353); Blue value is 142 (55.86% from 255 or 40.23% from 353); Max value from RGB is 142 - color contains mainly: blue. Hex color #587B8E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #587B8E is #A78471. Grayscale: #727272. Windows color (decimal): -10978418 or 9337688. OLE color: 9337688.

HSL color Cylindrical-coordinate representation of color #587B8E: hue angle of 201.11º degrees, saturation: 0.23, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #587B8E is Cyan = 0.38, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 88 123 142 -
CMYK 0.38 0.13 0 0.44
HSL 201.11º 0.23% 0.45% -
HSV(B) 201.11º 0.38% 0.56% -
XYZ 15.99 18.19 28.26 -
YUV 114.7 143.4 108.96 -
System Red Green Blue C M Y K H S L
Decimal 88 123 142 0.38 0.13 0 0.44 201.11 0.23 0.45
Hex 58 7B 8E 26 D 0 2C C9 17 2D
Octal 130 173 216 46 15 0 54 311 27 55
Binary 1011000 1111011 10001110 100110 1101 0 101100 11001001 10111 101101

Color Harmonies of #587B8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #587B8E

Black with #587B8E

Text Example


Text Example

White with #587B8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,123,142); }

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

background-color css

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

 a { background-color: rgb(88,123,142); }

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

border-color css

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

 span { border-color: rgb(88,123,142); }

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