Html Css Color HEX #587994 Kashmir Blue

📋 copy color: '#587994'

red 88 ◦ green 121 ◦ blue 148

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

Shades of Kashmir Blue #587994

Tints of Kashmir Blue #587994

RGB

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

 GREEN value IS 121 (47.66% from 255) = 33.89%

 BLUE value IS 148 (58.2% from 255) = 41.46%

R = 24.65%
G = 33.89%
B = 41.46%

CMYK

 C value IS 0.41

 M value IS 0.18

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#587994 (or 0x587994) is known color: Kashmir Blue. HEX triplet: 58, 79 and 94. RGB value is (88,121,148). Sum of RGB (Red+Green+Blue) = 88+121+148=357 (47% of max value = 765). Red value is 88 (34.77% from 255 or 24.65% from 357); Green value is 121 (47.66% from 255 or 33.89% from 357); Blue value is 148 (58.20% from 255 or 41.46% from 357); Max value from RGB is 148 - color contains mainly: blue. Hex color #587994 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #587994 is #A7866B. Grayscale: #727272. Windows color (decimal): -10978924 or 9730392. OLE color: 9730392.

HSL color Cylindrical-coordinate representation of color #587994: hue angle of 207º degrees, saturation: 0.25, 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 #587994 is Cyan = 0.41, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 88 121 148 -
CMYK 0.41 0.18 0 0.42
HSL 207º 0.25% 0.46% -
HSV(B) 207º 0.41% 0.58% -
XYZ 16.21 17.89 30.62 -
YUV 114.21 147.07 109.3 -
System Red Green Blue C M Y K H S L
Decimal 88 121 148 0.41 0.18 0 0.42 207 0.25 0.46
Hex 58 79 94 29 12 0 2A CF 19 2E
Octal 130 171 224 51 22 0 52 317 31 56
Binary 1011000 1111001 10010100 101001 10010 0 101010 11001111 11001 101110

Color Harmonies of #587994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #587994

Black with #587994

Text Example


Text Example

White with #587994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #587994; }

 p { color: rgb(88,121,148); }

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

background-color css

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

 a { background-color: rgb(88,121,148); }

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

border-color css

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

 span { border-color: rgb(88,121,148); }

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