Html Css Color HEX #586885 Kashmir Blue

📋 copy color: '#586885'

red 88 ◦ green 104 ◦ blue 133

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

Shades of Kashmir Blue #586885

Tints of Kashmir Blue #586885

RGB

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

 GREEN value IS 104 (41.02% from 255) = 32%

 BLUE value IS 133 (52.34% from 255) = 40.92%

R = 27.08%
G = 32%
B = 40.92%

CMYK

 C value IS 0.34

 M value IS 0.22

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#586885 (or 0x586885) is known color: Kashmir Blue. HEX triplet: 58, 68 and 85. RGB value is (88,104,133). Sum of RGB (Red+Green+Blue) = 88+104+133=325 (43% of max value = 765). Red value is 88 (34.77% from 255 or 27.08% from 325); Green value is 104 (41.02% from 255 or 32% from 325); Blue value is 133 (52.34% from 255 or 40.92% from 325); Max value from RGB is 133 - color contains mainly: blue. Hex color #586885 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #586885 is #A7977A. Grayscale: #666666. Windows color (decimal): -10983291 or 8743000. OLE color: 8743000.

HSL color Cylindrical-coordinate representation of color #586885: hue angle of 218.67º degrees, saturation: 0.2, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #586885 is Cyan = 0.34, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 88 104 133 -
CMYK 0.34 0.22 0 0.48
HSL 218.67º 0.2% 0.43% -
HSV(B) 218.67º 0.34% 0.52% -
XYZ 13.21 13.67 24.13 -
YUV 102.52 145.2 117.64 -
System Red Green Blue C M Y K H S L
Decimal 88 104 133 0.34 0.22 0 0.48 218.67 0.2 0.43
Hex 58 68 85 22 16 0 30 DB 14 2B
Octal 130 150 205 42 26 0 60 333 24 53
Binary 1011000 1101000 10000101 100010 10110 0 110000 11011011 10100 101011

Color Harmonies of #586885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #586885

Black with #586885

Text Example


Text Example

White with #586885

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #586885; }

 p { color: rgb(88,104,133); }

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

background-color css

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

 a { background-color: rgb(88,104,133); }

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

border-color css

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

 span { border-color: rgb(88,104,133); }

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