Html Css Color HEX #587B98 Kashmir Blue

📋 copy color: '#587B98'

red 88 ◦ green 123 ◦ blue 152

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

Shades of Kashmir Blue #587B98

Tints of Kashmir Blue #587B98

RGB

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

 GREEN value IS 123 (48.44% from 255) = 33.88%

 BLUE value IS 152 (59.77% from 255) = 41.87%

R = 24.24%
G = 33.88%
B = 41.87%

CMYK

 C value IS 0.42

 M value IS 0.19

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#587B98 (or 0x587B98) is known color: Kashmir Blue. HEX triplet: 58, 7B and 98. RGB value is (88,123,152). Sum of RGB (Red+Green+Blue) = 88+123+152=363 (48% of max value = 765). Red value is 88 (34.77% from 255 or 24.24% from 363); Green value is 123 (48.44% from 255 or 33.88% from 363); Blue value is 152 (59.77% from 255 or 41.87% from 363); Max value from RGB is 152 - color contains mainly: blue. Hex color #587B98 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #587B98 is #A78467. Grayscale: #737373. Windows color (decimal): -10978408 or 9993048. OLE color: 9993048.

HSL color Cylindrical-coordinate representation of color #587B98: hue angle of 207.19º degrees, saturation: 0.27, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #587B98 is Cyan = 0.42, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 88 123 152 -
CMYK 0.42 0.19 0 0.40
HSL 207.19º 0.27% 0.47% -
HSV(B) 207.19º 0.42% 0.6% -
XYZ 16.77 18.51 32.39 -
YUV 115.84 148.4 108.14 -
System Red Green Blue C M Y K H S L
Decimal 88 123 152 0.42 0.19 0 0.40 207.19 0.27 0.47
Hex 58 7B 98 2A 13 0 28 CF 1B 2F
Octal 130 173 230 52 23 0 50 317 33 57
Binary 1011000 1111011 10011000 101010 10011 0 101000 11001111 11011 101111

Color Harmonies of #587B98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #587B98

Black with #587B98

Text Example


Text Example

White with #587B98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #587B98; }

 p { color: rgb(88,123,152); }

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

background-color css

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

 a { background-color: rgb(88,123,152); }

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

border-color css

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

 span { border-color: rgb(88,123,152); }

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