Html Css Color HEX #587A8D Hoki

📋 copy color: '#587A8D'

red 88 ◦ green 122 ◦ blue 141

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

Shades of Hoki #587A8D

Tints of Hoki #587A8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 40.17%

R = 25.07%
G = 34.76%
B = 40.17%

CMYK

 C value IS 0.38

 M value IS 0.13

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#587A8D (or 0x587A8D) is known color: Hoki. HEX triplet: 58, 7A and 8D. RGB value is (88,122,141). Sum of RGB (Red+Green+Blue) = 88+122+141=351 (46% of max value = 765). Red value is 88 (34.77% from 255 or 25.07% from 351); Green value is 122 (48.05% from 255 or 34.76% from 351); Blue value is 141 (55.47% from 255 or 40.17% from 351); Max value from RGB is 141 - color contains mainly: blue. Hex color #587A8D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #587A8D is #A78572. Grayscale: #717171. Windows color (decimal): -10978675 or 9271896. OLE color: 9271896.

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

Color convert

RGB 88 122 141 -
CMYK 0.38 0.13 0 0.45
HSL 201.51º 0.23% 0.45% -
HSV(B) 201.51º 0.38% 0.55% -
XYZ 15.79 17.92 27.83 -
YUV 114 143.24 109.46 -
System Red Green Blue C M Y K H S L
Decimal 88 122 141 0.38 0.13 0 0.45 201.51 0.23 0.45
Hex 58 7A 8D 26 D 0 2D CA 17 2D
Octal 130 172 215 46 15 0 55 312 27 55
Binary 1011000 1111010 10001101 100110 1101 0 101101 11001010 10111 101101

Color Harmonies of #587A8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #587A8D

Black with #587A8D

Text Example


Text Example

White with #587A8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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