Html Css Color HEX #587792 Kashmir Blue

📋 copy color: '#587792'

red 88 ◦ green 119 ◦ blue 146

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

Shades of Kashmir Blue #587792

Tints of Kashmir Blue #587792

RGB

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

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

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

R = 24.93%
G = 33.71%
B = 41.36%

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

#587792 (or 0x587792) is known color: Kashmir Blue. HEX triplet: 58, 77 and 92. RGB value is (88,119,146). Sum of RGB (Red+Green+Blue) = 88+119+146=353 (46% of max value = 765). Red value is 88 (34.77% from 255 or 24.93% from 353); Green value is 119 (46.88% from 255 or 33.71% from 353); Blue value is 146 (57.42% from 255 or 41.36% from 353); Max value from RGB is 146 - color contains mainly: blue. Hex color #587792 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #587792 is #A7886D. Grayscale: #707070. Windows color (decimal): -10979438 or 9598808. OLE color: 9598808.

HSL color Cylindrical-coordinate representation of color #587792: hue angle of 207.93º 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 #587792 is Cyan = 0.40, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 88 119 146 -
CMYK 0.40 0.18 0 0.43
HSL 207.93º 0.25% 0.46% -
HSV(B) 207.93º 0.4% 0.57% -
XYZ 15.81 17.34 29.71 -
YUV 112.81 146.73 110.3 -
System Red Green Blue C M Y K H S L
Decimal 88 119 146 0.40 0.18 0 0.43 207.93 0.25 0.46
Hex 58 77 92 28 12 0 2B D0 19 2E
Octal 130 167 222 50 22 0 53 320 31 56
Binary 1011000 1110111 10010010 101000 10010 0 101011 11010000 11001 101110

Color Harmonies of #587792

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #587792

Black with #587792

Text Example


Text Example

White with #587792

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #587792; }

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

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

background-color css

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

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

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

border-color css

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

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

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