Html Css Color HEX #587A8E Hoki

📋 copy color: '#587A8E'

red 88 ◦ green 122 ◦ blue 142

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

Shades of Hoki #587A8E

Tints of Hoki #587A8E

RGB

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

 GREEN value IS 122 (48.05% from 255) = 34.66%

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

R = 25%
G = 34.66%
B = 40.34%

CMYK

 C value IS 0.38

 M value IS 0.14

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#587A8E (or 0x587A8E) is known color: Hoki. HEX triplet: 58, 7A and 8E. RGB value is (88,122,142). Sum of RGB (Red+Green+Blue) = 88+122+142=352 (46% of max value = 765). Red value is 88 (34.77% from 255 or 25% from 352); Green value is 122 (48.05% from 255 or 34.66% from 352); Blue value is 142 (55.86% from 255 or 40.34% from 352); Max value from RGB is 142 - color contains mainly: blue. Hex color #587A8E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #587A8E is #A78571. Grayscale: #727272. Windows color (decimal): -10978674 or 9337432. OLE color: 9337432.

HSL color Cylindrical-coordinate representation of color #587A8E: hue angle of 202.22º 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 #587A8E is Cyan = 0.38, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 88 122 142 -
CMYK 0.38 0.14 0 0.44
HSL 202.22º 0.23% 0.45% -
HSV(B) 202.22º 0.38% 0.56% -
XYZ 15.87 17.95 28.22 -
YUV 114.11 143.74 109.37 -
System Red Green Blue C M Y K H S L
Decimal 88 122 142 0.38 0.14 0 0.44 202.22 0.23 0.45
Hex 58 7A 8E 26 E 0 2C CA 17 2D
Octal 130 172 216 46 16 0 54 312 27 55
Binary 1011000 1111010 10001110 100110 1110 0 101100 11001010 10111 101101

Color Harmonies of #587A8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #587A8E

Black with #587A8E

Text Example


Text Example

White with #587A8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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