Html Css Color HEX #587090 Kashmir Blue

📋 copy color: '#587090'

red 88 ◦ green 112 ◦ blue 144

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

Shades of Kashmir Blue #587090

Tints of Kashmir Blue #587090

RGB

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

 GREEN value IS 112 (44.14% from 255) = 32.56%

 BLUE value IS 144 (56.64% from 255) = 41.86%

R = 25.58%
G = 32.56%
B = 41.86%

CMYK

 C value IS 0.39

 M value IS 0.22

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#587090 (or 0x587090) is known color: Kashmir Blue. HEX triplet: 58, 70 and 90. RGB value is (88,112,144). Sum of RGB (Red+Green+Blue) = 88+112+144=344 (45% of max value = 765). Red value is 88 (34.77% from 255 or 25.58% from 344); Green value is 112 (44.14% from 255 or 32.56% from 344); Blue value is 144 (56.64% from 255 or 41.86% from 344); Max value from RGB is 144 - color contains mainly: blue. Hex color #587090 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #587090 is #A78F6F. Grayscale: #6C6C6C. Windows color (decimal): -10981232 or 9465944. OLE color: 9465944.

HSL color Cylindrical-coordinate representation of color #587090: hue angle of 214.29º degrees, saturation: 0.24, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #587090 is Cyan = 0.39, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 88 112 144 -
CMYK 0.39 0.22 0 0.44
HSL 214.29º 0.24% 0.45% -
HSV(B) 214.29º 0.39% 0.56% -
XYZ 14.85 15.68 28.63 -
YUV 108.47 148.05 113.4 -
System Red Green Blue C M Y K H S L
Decimal 88 112 144 0.39 0.22 0 0.44 214.29 0.24 0.45
Hex 58 70 90 27 16 0 2C D6 18 2D
Octal 130 160 220 47 26 0 54 326 30 55
Binary 1011000 1110000 10010000 100111 10110 0 101100 11010110 11000 101101

Color Harmonies of #587090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #587090

Black with #587090

Text Example


Text Example

White with #587090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #587090; }

 p { color: rgb(88,112,144); }

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

background-color css

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

 a { background-color: rgb(88,112,144); }

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

border-color css

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

 span { border-color: rgb(88,112,144); }

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