Html Css Color HEX #587696 Kashmir Blue

📋 copy color: '#587696'

red 88 ◦ green 118 ◦ blue 150

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

Shades of Kashmir Blue #587696

Tints of Kashmir Blue #587696

RGB

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

 GREEN value IS 118 (46.48% from 255) = 33.15%

 BLUE value IS 150 (58.98% from 255) = 42.13%

R = 24.72%
G = 33.15%
B = 42.13%

CMYK

 C value IS 0.41

 M value IS 0.21

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#587696 (or 0x587696) is known color: Kashmir Blue. HEX triplet: 58, 76 and 96. RGB value is (88,118,150). Sum of RGB (Red+Green+Blue) = 88+118+150=356 (47% of max value = 765). Red value is 88 (34.77% from 255 or 24.72% from 356); Green value is 118 (46.48% from 255 or 33.15% from 356); Blue value is 150 (58.98% from 255 or 42.13% from 356); Max value from RGB is 150 - color contains mainly: blue. Hex color #587696 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #587696 is #A78969. Grayscale: #707070. Windows color (decimal): -10979690 or 9860696. OLE color: 9860696.

HSL color Cylindrical-coordinate representation of color #587696: hue angle of 210.97º degrees, saturation: 0.26, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #587696 is Cyan = 0.41, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 88 118 150 -
CMYK 0.41 0.21 0 0.41
HSL 210.97º 0.26% 0.47% -
HSV(B) 210.97º 0.41% 0.59% -
XYZ 16.01 17.23 31.34 -
YUV 112.68 149.06 110.4 -
System Red Green Blue C M Y K H S L
Decimal 88 118 150 0.41 0.21 0 0.41 210.97 0.26 0.47
Hex 58 76 96 29 15 0 29 D3 1A 2F
Octal 130 166 226 51 25 0 51 323 32 57
Binary 1011000 1110110 10010110 101001 10101 0 101001 11010011 11010 101111

Color Harmonies of #587696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #587696

Black with #587696

Text Example


Text Example

White with #587696

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #587696; }

 p { color: rgb(88,118,150); }

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

background-color css

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

 a { background-color: rgb(88,118,150); }

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

border-color css

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

 span { border-color: rgb(88,118,150); }

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