Html Css Color HEX #586581 Kashmir Blue

📋 copy color: '#586581'

red 88 ◦ green 101 ◦ blue 129

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

Shades of Kashmir Blue #586581

Tints of Kashmir Blue #586581

RGB

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

 GREEN value IS 101 (39.84% from 255) = 31.76%

 BLUE value IS 129 (50.78% from 255) = 40.57%

R = 27.67%
G = 31.76%
B = 40.57%

CMYK

 C value IS 0.32

 M value IS 0.22

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#586581 (or 0x586581) is known color: Kashmir Blue. HEX triplet: 58, 65 and 81. RGB value is (88,101,129). Sum of RGB (Red+Green+Blue) = 88+101+129=318 (42% of max value = 765). Red value is 88 (34.77% from 255 or 27.67% from 318); Green value is 101 (39.84% from 255 or 31.76% from 318); Blue value is 129 (50.78% from 255 or 40.57% from 318); Max value from RGB is 129 - color contains mainly: blue. Hex color #586581 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #586581 is #A79A7E. Grayscale: #646464. Windows color (decimal): -10984063 or 8480088. OLE color: 8480088.

HSL color Cylindrical-coordinate representation of color #586581: hue angle of 220.98º degrees, saturation: 0.19, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #586581 is Cyan = 0.32, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 88 101 129 -
CMYK 0.32 0.22 0 0.49
HSL 220.98º 0.19% 0.43% -
HSV(B) 220.98º 0.32% 0.51% -
XYZ 12.64 12.97 22.61 -
YUV 100.31 144.19 119.22 -
System Red Green Blue C M Y K H S L
Decimal 88 101 129 0.32 0.22 0 0.49 220.98 0.19 0.43
Hex 58 65 81 20 16 0 31 DD 13 2B
Octal 130 145 201 40 26 0 61 335 23 53
Binary 1011000 1100101 10000001 100000 10110 0 110001 11011101 10011 101011

Color Harmonies of #586581

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #586581

Black with #586581

Text Example


Text Example

White with #586581

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #586581; }

 p { color: rgb(88,101,129); }

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

background-color css

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

 a { background-color: rgb(88,101,129); }

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

border-color css

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

 span { border-color: rgb(88,101,129); }

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