Html Css Color HEX #587295 Kashmir Blue

📋 copy color: '#587295'

red 88 ◦ green 114 ◦ blue 149

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

Shades of Kashmir Blue #587295

Tints of Kashmir Blue #587295

RGB

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

 GREEN value IS 114 (44.92% from 255) = 32.48%

 BLUE value IS 149 (58.59% from 255) = 42.45%

R = 25.07%
G = 32.48%
B = 42.45%

CMYK

 C value IS 0.41

 M value IS 0.23

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#587295 (or 0x587295) is known color: Kashmir Blue. HEX triplet: 58, 72 and 95. RGB value is (88,114,149). Sum of RGB (Red+Green+Blue) = 88+114+149=351 (46% of max value = 765). Red value is 88 (34.77% from 255 or 25.07% from 351); Green value is 114 (44.92% from 255 or 32.48% from 351); Blue value is 149 (58.59% from 255 or 42.45% from 351); Max value from RGB is 149 - color contains mainly: blue. Hex color #587295 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #587295 is #A78D6A. Grayscale: #6E6E6E. Windows color (decimal): -10980715 or 9794136. OLE color: 9794136.

HSL color Cylindrical-coordinate representation of color #587295: hue angle of 214.43º degrees, saturation: 0.26, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #587295 is Cyan = 0.41, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 88 114 149 -
CMYK 0.41 0.23 0 0.42
HSL 214.43º 0.26% 0.46% -
HSV(B) 214.43º 0.41% 0.58% -
XYZ 15.47 16.28 30.76 -
YUV 110.22 149.89 112.15 -
System Red Green Blue C M Y K H S L
Decimal 88 114 149 0.41 0.23 0 0.42 214.43 0.26 0.46
Hex 58 72 95 29 17 0 2A D6 1A 2E
Octal 130 162 225 51 27 0 52 326 32 56
Binary 1011000 1110010 10010101 101001 10111 0 101010 11010110 11010 101110

Color Harmonies of #587295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #587295

Black with #587295

Text Example


Text Example

White with #587295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #587295; }

 p { color: rgb(88,114,149); }

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

background-color css

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

 a { background-color: rgb(88,114,149); }

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

border-color css

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

 span { border-color: rgb(88,114,149); }

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