#586788

Color #586788 Kashmir Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Kashmir Blue #586788

Tints of Kashmir Blue #586788

Color information

#586788 (or 0x586788) is unknown color: approx Kashmir Blue. HEX triplet: 58, 67 and 88. RGB value is (88,103,136). Sum of RGB (Red+Green+Blue) = 88+103+136=327 (43% of max value = 765). Red value is 88 (34.77% from 255 or 26.91% from 327); Green value is 103 (40.62% from 255 or 31.50% from 327); Blue value is 136 (53.52% from 255 or 41.59% from 327); Max value from RGB is 136 - color contains mainly: blue. Hex color #586788 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #586788 is #A79877. Grayscale: #666666. Windows color (decimal): -10983544 or 8939352. OLE color: 8939352.

HSL color Cylindrical-coordinate representation of color #586788: hue angle of 221.25º degrees, saturation: 0.21, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #586788 is Cyan = 0.35, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB88103136-
CMYK0.350.2400.47
HSL221.25º21.43%43.92%-
HSV(B)221.25º35.29%53.33%-
XYZ13.3213.5525.21-
YUV102.28147.03117.82-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 26.91%
GREEN value IS 103 (40.62% from 255) = 31.50%
BLUE value IS 136 (53.52% from 255) = 41.59%
R=26.91%
G=31.50%
B=41.59%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal881031360.350.2400.47221.2521.4343.92
Hex586788231802Fdd152c
Octal13014721043300573352554
Binary10110001100111100010001000111100001011111101110110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #586788

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #586788; }

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

 H1.HeaderClassName
 {
   color: #586788;
 }
 .AnyTagClassName
 {
   color: #586788;
 }
</style>
background-color css

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

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

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

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

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

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