Html Css Color HEX #587791 Kashmir Blue

📋 copy color: '#587791'

red 88 ◦ green 119 ◦ blue 145

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

Shades of Kashmir Blue #587791

Tints of Kashmir Blue #587791

RGB

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

 GREEN value IS 119 (46.88% from 255) = 33.81%

 BLUE value IS 145 (57.03% from 255) = 41.19%

R = 25%
G = 33.81%
B = 41.19%

CMYK

 C value IS 0.39

 M value IS 0.18

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#587791 (or 0x587791) is known color: Kashmir Blue. HEX triplet: 58, 77 and 91. RGB value is (88,119,145). Sum of RGB (Red+Green+Blue) = 88+119+145=352 (46% of max value = 765). Red value is 88 (34.77% from 255 or 25% from 352); Green value is 119 (46.88% from 255 or 33.81% from 352); Blue value is 145 (57.03% from 255 or 41.19% from 352); Max value from RGB is 145 - color contains mainly: blue. Hex color #587791 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #587791 is #A7886E. Grayscale: #707070. Windows color (decimal): -10979439 or 9533272. OLE color: 9533272.

HSL color Cylindrical-coordinate representation of color #587791: hue angle of 207.37º degrees, saturation: 0.24, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #587791 is Cyan = 0.39, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 88 119 145 -
CMYK 0.39 0.18 0 0.43
HSL 207.37º 0.24% 0.46% -
HSV(B) 207.37º 0.39% 0.57% -
XYZ 15.73 17.31 29.3 -
YUV 112.7 146.23 110.39 -
System Red Green Blue C M Y K H S L
Decimal 88 119 145 0.39 0.18 0 0.43 207.37 0.24 0.46
Hex 58 77 91 27 12 0 2B CF 18 2E
Octal 130 167 221 47 22 0 53 317 30 56
Binary 1011000 1110111 10010001 100111 10010 0 101011 11001111 11000 101110

Color Harmonies of #587791

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #587791

Black with #587791

Text Example


Text Example

White with #587791

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #587791; }

 p { color: rgb(88,119,145); }

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

background-color css

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

 a { background-color: rgb(88,119,145); }

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

border-color css

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

 span { border-color: rgb(88,119,145); }

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