Html Css Color HEX #587590 Kashmir Blue

📋 copy color: '#587590'

red 88 ◦ green 117 ◦ blue 144

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

Shades of Kashmir Blue #587590

Tints of Kashmir Blue #587590

RGB

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

 GREEN value IS 117 (46.09% from 255) = 33.52%

 BLUE value IS 144 (56.64% from 255) = 41.26%

R = 25.21%
G = 33.52%
B = 41.26%

CMYK

 C value IS 0.39

 M value IS 0.19

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#587590 (or 0x587590) is known color: Kashmir Blue. HEX triplet: 58, 75 and 90. RGB value is (88,117,144). Sum of RGB (Red+Green+Blue) = 88+117+144=349 (46% of max value = 765). Red value is 88 (34.77% from 255 or 25.21% from 349); Green value is 117 (46.09% from 255 or 33.52% from 349); Blue value is 144 (56.64% from 255 or 41.26% from 349); Max value from RGB is 144 - color contains mainly: blue. Hex color #587590 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #587590 is #A78A6F. Grayscale: #6F6F6F. Windows color (decimal): -10979952 or 9467224. OLE color: 9467224.

HSL color Cylindrical-coordinate representation of color #587590: hue angle of 208.93º degrees, saturation: 0.24, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #587590 is Cyan = 0.39, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 88 117 144 -
CMYK 0.39 0.19 0 0.44
HSL 208.93º 0.24% 0.45% -
HSV(B) 208.93º 0.39% 0.56% -
XYZ 15.42 16.81 28.82 -
YUV 111.41 146.39 111.3 -
System Red Green Blue C M Y K H S L
Decimal 88 117 144 0.39 0.19 0 0.44 208.93 0.24 0.45
Hex 58 75 90 27 13 0 2C D1 18 2D
Octal 130 165 220 47 23 0 54 321 30 55
Binary 1011000 1110101 10010000 100111 10011 0 101100 11010001 11000 101101

Color Harmonies of #587590

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #587590

Black with #587590

Text Example


Text Example

White with #587590

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #587590; }

 p { color: rgb(88,117,144); }

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

background-color css

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

 a { background-color: rgb(88,117,144); }

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

border-color css

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

 span { border-color: rgb(88,117,144); }

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