Html Css Color HEX #587694 Kashmir Blue

📋 copy color: '#587694'

red 88 ◦ green 118 ◦ blue 148

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

Shades of Kashmir Blue #587694

Tints of Kashmir Blue #587694

RGB

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

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

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

R = 24.86%
G = 33.33%
B = 41.81%

CMYK

 C value IS 0.41

 M value IS 0.20

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#587694 (or 0x587694) is known color: Kashmir Blue. HEX triplet: 58, 76 and 94. RGB value is (88,118,148). Sum of RGB (Red+Green+Blue) = 88+118+148=354 (46% of max value = 765). Red value is 88 (34.77% from 255 or 24.86% from 354); Green value is 118 (46.48% from 255 or 33.33% from 354); Blue value is 148 (58.20% from 255 or 41.81% from 354); Max value from RGB is 148 - color contains mainly: blue. Hex color #587694 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #587694 is #A7896B. Grayscale: #707070. Windows color (decimal): -10979692 or 9729624. OLE color: 9729624.

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

Color convert

RGB 88 118 148 -
CMYK 0.41 0.20 0 0.42
HSL 210º 0.25% 0.46% -
HSV(B) 210º 0.41% 0.58% -
XYZ 15.85 17.17 30.5 -
YUV 112.45 148.06 110.56 -
System Red Green Blue C M Y K H S L
Decimal 88 118 148 0.41 0.20 0 0.42 210 0.25 0.46
Hex 58 76 94 29 14 0 2A D2 19 2E
Octal 130 166 224 51 24 0 52 322 31 56
Binary 1011000 1110110 10010100 101001 10100 0 101010 11010010 11001 101110

Color Harmonies of #587694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #587694

Black with #587694

Text Example


Text Example

White with #587694

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #587694; }

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

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

background-color css

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

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

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

border-color css

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

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

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