#58698B

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

Shades of Kashmir Blue #58698B

Tints of Kashmir Blue #58698B

Color information

#58698B (or 0x58698B) is unknown color: approx Kashmir Blue. HEX triplet: 58, 69 and 8B. RGB value is (88,105,139). Sum of RGB (Red+Green+Blue) = 88+105+139=332 (43% of max value = 765). Red value is 88 (34.77% from 255 or 26.51% from 332); Green value is 105 (41.41% from 255 or 31.63% from 332); Blue value is 139 (54.69% from 255 or 41.87% from 332); Max value from RGB is 139 - color contains mainly: blue. Hex color #58698B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #58698B is #A79674. Grayscale: #676767. Windows color (decimal): -10983029 or 9136472. OLE color: 9136472.

HSL color Cylindrical-coordinate representation of color #58698B: hue angle of 220º degrees, saturation: 0.22, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #58698B is Cyan = 0.37, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB88105139-
CMYK0.370.2400.45
HSL220º22.47%44.51%-
HSV(B)220º36.69%54.51%-
XYZ13.7414.0426.41-
YUV103.79147.87116.74-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 26.51%
GREEN value IS 105 (41.41% from 255) = 31.63%
BLUE value IS 139 (54.69% from 255) = 41.87%
R=26.51%
G=31.63%
B=41.87%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal881051390.370.2400.4522022.4744.51
Hex58698B251802Ddc162d
Octal13015121345300553342655
Binary10110001101001100010111001011100001011011101110010110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58698B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #58698B; }

 p { color: rgb(88,105,139); }

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

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

 a { background-color: rgb(88,105,139); }

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

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

 span { border-color: rgb(88,105,139); }

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