Html Css Color HEX #586685 Kashmir Blue

📋 copy color: '#586685'

red 88 ◦ green 102 ◦ blue 133

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

Shades of Kashmir Blue #586685

Tints of Kashmir Blue #586685

RGB

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

 GREEN value IS 102 (40.23% from 255) = 31.58%

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

R = 27.24%
G = 31.58%
B = 41.18%

CMYK

 C value IS 0.34

 M value IS 0.23

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#586685 (or 0x586685) is known color: Kashmir Blue. HEX triplet: 58, 66 and 85. RGB value is (88,102,133). Sum of RGB (Red+Green+Blue) = 88+102+133=323 (42% of max value = 765). Red value is 88 (34.77% from 255 or 27.24% from 323); Green value is 102 (40.23% from 255 or 31.58% from 323); Blue value is 133 (52.34% from 255 or 41.18% from 323); Max value from RGB is 133 - color contains mainly: blue. Hex color #586685 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #586685 is #A7997A. Grayscale: #656565. Windows color (decimal): -10983803 or 8742488. OLE color: 8742488.

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

Color convert

RGB 88 102 133 -
CMYK 0.34 0.23 0 0.48
HSL 221.33º 0.2% 0.43% -
HSV(B) 221.33º 0.34% 0.52% -
XYZ 13.01 13.27 24.07 -
YUV 101.35 145.86 118.48 -
System Red Green Blue C M Y K H S L
Decimal 88 102 133 0.34 0.23 0 0.48 221.33 0.2 0.43
Hex 58 66 85 22 17 0 30 DD 14 2B
Octal 130 146 205 42 27 0 60 335 24 53
Binary 1011000 1100110 10000101 100010 10111 0 110000 11011101 10100 101011

Color Harmonies of #586685

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #586685

Black with #586685

Text Example


Text Example

White with #586685

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #586685; }

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

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

background-color css

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

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

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

border-color css

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

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

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