Html Css Color HEX #586789 Kashmir Blue

📋 copy color: '#586789'

red 88 ◦ green 103 ◦ blue 137

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

Shades of Kashmir Blue #586789

Tints of Kashmir Blue #586789

RGB

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

 GREEN value IS 103 (40.63% from 255) = 31.4%

 BLUE value IS 137 (53.91% from 255) = 41.77%

R = 26.83%
G = 31.4%
B = 41.77%

CMYK

 C value IS 0.36

 M value IS 0.25

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#586789 (or 0x586789) is known color: Kashmir Blue. HEX triplet: 58, 67 and 89. RGB value is (88,103,137). Sum of RGB (Red+Green+Blue) = 88+103+137=328 (43% of max value = 765). Red value is 88 (34.77% from 255 or 26.83% from 328); Green value is 103 (40.62% from 255 or 31.40% from 328); Blue value is 137 (53.91% from 255 or 41.77% from 328); Max value from RGB is 137 - color contains mainly: blue. Hex color #586789 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #586789 is #A79876. Grayscale: #666666. Windows color (decimal): -10983543 or 9004888. OLE color: 9004888.

HSL color Cylindrical-coordinate representation of color #586789: hue angle of 221.63º degrees, saturation: 0.22, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #586789 is Cyan = 0.36, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 88 103 137 -
CMYK 0.36 0.25 0 0.46
HSL 221.63º 0.22% 0.44% -
HSV(B) 221.63º 0.36% 0.54% -
XYZ 13.39 13.58 25.58 -
YUV 102.39 147.53 117.74 -
System Red Green Blue C M Y K H S L
Decimal 88 103 137 0.36 0.25 0 0.46 221.63 0.22 0.44
Hex 58 67 89 24 19 0 2E DE 16 2C
Octal 130 147 211 44 31 0 56 336 26 54
Binary 1011000 1100111 10001001 100100 11001 0 101110 11011110 10110 101100

Color Harmonies of #586789

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #586789

Black with #586789

Text Example


Text Example

White with #586789

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #586789; }

 p { color: rgb(88,103,137); }

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

background-color css

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

 a { background-color: rgb(88,103,137); }

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

border-color css

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

 span { border-color: rgb(88,103,137); }

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