#58698A

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

Shades of Kashmir Blue #58698A

Tints of Kashmir Blue #58698A

Color information

#58698A (or 0x58698A) is unknown color: approx Kashmir Blue. HEX triplet: 58, 69 and 8A. RGB value is (88,105,138). Sum of RGB (Red+Green+Blue) = 88+105+138=331 (43% of max value = 765). Red value is 88 (34.77% from 255 or 26.59% from 331); Green value is 105 (41.41% from 255 or 31.72% from 331); Blue value is 138 (54.30% from 255 or 41.69% from 331); Max value from RGB is 138 - color contains mainly: blue. Hex color #58698A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #58698A is #A79675. Grayscale: #676767. Windows color (decimal): -10983030 or 9070936. OLE color: 9070936.

HSL color Cylindrical-coordinate representation of color #58698A: hue angle of 219.6º 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 #58698A is Cyan = 0.36, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB88105138-
CMYK0.360.2400.46
HSL219.6º22.12%44.31%-
HSV(B)219.6º36.23%54.12%-
XYZ13.6614.0126.03-
YUV103.68147.37116.82-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 26.59%
GREEN value IS 105 (41.41% from 255) = 31.72%
BLUE value IS 138 (54.30% from 255) = 41.69%
R=26.59%
G=31.72%
B=41.69%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal881051380.360.2400.46219.622.1244.31
Hex58698A241802Edc162c
Octal13015121244300563342654
Binary10110001101001100010101001001100001011101101110010110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58698A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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