Html Css Color HEX #586485 Kashmir Blue

📋 copy color: '#586485'

red 88 ◦ green 100 ◦ blue 133

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

Shades of Kashmir Blue #586485

Tints of Kashmir Blue #586485

RGB

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

 GREEN value IS 100 (39.45% from 255) = 31.15%

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

R = 27.41%
G = 31.15%
B = 41.43%

CMYK

 C value IS 0.34

 M value IS 0.25

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#586485 (or 0x586485) is known color: Kashmir Blue. HEX triplet: 58, 64 and 85. RGB value is (88,100,133). Sum of RGB (Red+Green+Blue) = 88+100+133=321 (42% of max value = 765). Red value is 88 (34.77% from 255 or 27.41% from 321); Green value is 100 (39.45% from 255 or 31.15% from 321); Blue value is 133 (52.34% from 255 or 41.43% from 321); Max value from RGB is 133 - color contains mainly: blue. Hex color #586485 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #586485 is #A79B7A. Grayscale: #646464. Windows color (decimal): -10984315 or 8741976. OLE color: 8741976.

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

Color convert

RGB 88 100 133 -
CMYK 0.34 0.25 0 0.48
HSL 224º 0.2% 0.43% -
HSV(B) 224º 0.34% 0.52% -
XYZ 12.82 12.88 24 -
YUV 100.17 146.52 119.32 -
System Red Green Blue C M Y K H S L
Decimal 88 100 133 0.34 0.25 0 0.48 224 0.2 0.43
Hex 58 64 85 22 19 0 30 E0 14 2B
Octal 130 144 205 42 31 0 60 340 24 53
Binary 1011000 1100100 10000101 100010 11001 0 110000 11100000 10100 101011

Color Harmonies of #586485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #586485

Black with #586485

Text Example


Text Example

White with #586485

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #586485; }

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

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

background-color css

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

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

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

border-color css

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

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

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