Html Css Color HEX #587799 Kashmir Blue

📋 copy color: '#587799'

red 88 ◦ green 119 ◦ blue 153

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

Shades of Kashmir Blue #587799

Tints of Kashmir Blue #587799

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 42.5%

R = 24.44%
G = 33.06%
B = 42.5%

CMYK

 C value IS 0.42

 M value IS 0.22

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#587799 (or 0x587799) is known color: Kashmir Blue. HEX triplet: 58, 77 and 99. RGB value is (88,119,153). Sum of RGB (Red+Green+Blue) = 88+119+153=360 (47% of max value = 765). Red value is 88 (34.77% from 255 or 24.44% from 360); Green value is 119 (46.88% from 255 or 33.06% from 360); Blue value is 153 (60.16% from 255 or 42.5% from 360); Max value from RGB is 153 - color contains mainly: blue. Hex color #587799 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #587799 is #A78866. Grayscale: #717171. Windows color (decimal): -10979431 or 10057560. OLE color: 10057560.

HSL color Cylindrical-coordinate representation of color #587799: hue angle of 211.38º degrees, saturation: 0.27, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #587799 is Cyan = 0.42, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 88 119 153 -
CMYK 0.42 0.22 0 0.4
HSL 211.38º 0.27% 0.47% -
HSV(B) 211.38º 0.42% 0.6% -
XYZ 16.37 17.57 32.67 -
YUV 113.61 150.23 109.74 -
System Red Green Blue C M Y K H S L
Decimal 88 119 153 0.42 0.22 0 0.4 211.38 0.27 0.47
Hex 58 77 99 2A 16 0 28 D3 1B 2F
Octal 130 167 231 52 26 0 50 323 33 57
Binary 1011000 1110111 10011001 101010 10110 0 101000 11010011 11011 101111

Color Harmonies of #587799

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #587799

Black with #587799

Text Example


Text Example

White with #587799

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #587799; }

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

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

background-color css

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

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

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

border-color css

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

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

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