Html Css Color HEX #587892 Kashmir Blue

📋 copy color: '#587892'

red 88 ◦ green 120 ◦ blue 146

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

Shades of Kashmir Blue #587892

Tints of Kashmir Blue #587892

RGB

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

 GREEN value IS 120 (47.27% from 255) = 33.9%

 BLUE value IS 146 (57.42% from 255) = 41.24%

R = 24.86%
G = 33.9%
B = 41.24%

CMYK

 C value IS 0.40

 M value IS 0.18

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#587892 (or 0x587892) is known color: Kashmir Blue. HEX triplet: 58, 78 and 92. RGB value is (88,120,146). Sum of RGB (Red+Green+Blue) = 88+120+146=354 (46% of max value = 765). Red value is 88 (34.77% from 255 or 24.86% from 354); Green value is 120 (47.27% from 255 or 33.90% from 354); Blue value is 146 (57.42% from 255 or 41.24% from 354); Max value from RGB is 146 - color contains mainly: blue. Hex color #587892 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #587892 is #A7876D. Grayscale: #717171. Windows color (decimal): -10979182 or 9599064. OLE color: 9599064.

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

Color convert

RGB 88 120 146 -
CMYK 0.40 0.18 0 0.43
HSL 206.9º 0.25% 0.46% -
HSV(B) 206.9º 0.4% 0.57% -
XYZ 15.93 17.58 29.75 -
YUV 113.4 146.4 109.89 -
System Red Green Blue C M Y K H S L
Decimal 88 120 146 0.40 0.18 0 0.43 206.9 0.25 0.46
Hex 58 78 92 28 12 0 2B CF 19 2E
Octal 130 170 222 50 22 0 53 317 31 56
Binary 1011000 1111000 10010010 101000 10010 0 101011 11001111 11001 101110

Color Harmonies of #587892

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #587892

Black with #587892

Text Example


Text Example

White with #587892

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #587892; }

 p { color: rgb(88,120,146); }

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

background-color css

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

 a { background-color: rgb(88,120,146); }

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

border-color css

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

 span { border-color: rgb(88,120,146); }

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