Html Css Color HEX #586F92 Kashmir Blue

📋 copy color: '#586F92'

red 88 ◦ green 111 ◦ blue 146

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

Shades of Kashmir Blue #586F92

Tints of Kashmir Blue #586F92

RGB

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

 GREEN value IS 111 (43.75% from 255) = 32.17%

 BLUE value IS 146 (57.42% from 255) = 42.32%

R = 25.51%
G = 32.17%
B = 42.32%

CMYK

 C value IS 0.40

 M value IS 0.24

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#586F92 (or 0x586F92) is known color: Kashmir Blue. HEX triplet: 58, 6F and 92. RGB value is (88,111,146). Sum of RGB (Red+Green+Blue) = 88+111+146=345 (45% of max value = 765). Red value is 88 (34.77% from 255 or 25.51% from 345); Green value is 111 (43.75% from 255 or 32.17% from 345); Blue value is 146 (57.42% from 255 or 42.32% from 345); Max value from RGB is 146 - color contains mainly: blue. Hex color #586F92 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #586F92 is #A7906D. Grayscale: #6B6B6B. Windows color (decimal): -10981486 or 9596760. OLE color: 9596760.

HSL color Cylindrical-coordinate representation of color #586F92: hue angle of 216.21º degrees, saturation: 0.25, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #586F92 is Cyan = 0.40, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 88 111 146 -
CMYK 0.40 0.24 0 0.43
HSL 216.21º 0.25% 0.46% -
HSV(B) 216.21º 0.4% 0.57% -
XYZ 14.9 15.52 29.4 -
YUV 108.11 149.38 113.65 -
System Red Green Blue C M Y K H S L
Decimal 88 111 146 0.40 0.24 0 0.43 216.21 0.25 0.46
Hex 58 6F 92 28 18 0 2B D8 19 2E
Octal 130 157 222 50 30 0 53 330 31 56
Binary 1011000 1101111 10010010 101000 11000 0 101011 11011000 11001 101110

Color Harmonies of #586F92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #586F92

Black with #586F92

Text Example


Text Example

White with #586F92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #586F92; }

 p { color: rgb(88,111,146); }

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

background-color css

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

 a { background-color: rgb(88,111,146); }

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

border-color css

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

 span { border-color: rgb(88,111,146); }

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