Html Css Color HEX #587294 Kashmir Blue

📋 copy color: '#587294'

red 88 ◦ green 114 ◦ blue 148

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

Shades of Kashmir Blue #587294

Tints of Kashmir Blue #587294

RGB

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

 GREEN value IS 114 (44.92% from 255) = 32.57%

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

R = 25.14%
G = 32.57%
B = 42.29%

CMYK

 C value IS 0.41

 M value IS 0.23

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#587294 (or 0x587294) is known color: Kashmir Blue. HEX triplet: 58, 72 and 94. RGB value is (88,114,148). Sum of RGB (Red+Green+Blue) = 88+114+148=350 (46% of max value = 765). Red value is 88 (34.77% from 255 or 25.14% from 350); Green value is 114 (44.92% from 255 or 32.57% from 350); Blue value is 148 (58.20% from 255 or 42.29% from 350); Max value from RGB is 148 - color contains mainly: blue. Hex color #587294 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #587294 is #A78D6B. Grayscale: #6D6D6D. Windows color (decimal): -10980716 or 9728600. OLE color: 9728600.

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

Color convert

RGB 88 114 148 -
CMYK 0.41 0.23 0 0.42
HSL 214º 0.25% 0.46% -
HSV(B) 214º 0.41% 0.58% -
XYZ 15.39 16.25 30.34 -
YUV 110.1 149.39 112.24 -
System Red Green Blue C M Y K H S L
Decimal 88 114 148 0.41 0.23 0 0.42 214 0.25 0.46
Hex 58 72 94 29 17 0 2A D6 19 2E
Octal 130 162 224 51 27 0 52 326 31 56
Binary 1011000 1110010 10010100 101001 10111 0 101010 11010110 11001 101110

Color Harmonies of #587294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #587294

Black with #587294

Text Example


Text Example

White with #587294

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #587294; }

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

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

background-color css

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

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

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

border-color css

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

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

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