Html Css Color HEX #58637F Kashmir Blue

📋 copy color: '#58637F'

red 88 ◦ green 99 ◦ blue 127

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

Shades of Kashmir Blue #58637F

Tints of Kashmir Blue #58637F

RGB

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

 GREEN value IS 99 (39.06% from 255) = 31.53%

 BLUE value IS 127 (50% from 255) = 40.45%

R = 28.03%
G = 31.53%
B = 40.45%

CMYK

 C value IS 0.31

 M value IS 0.22

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#58637F (or 0x58637F) is known color: Kashmir Blue. HEX triplet: 58, 63 and 7F. RGB value is (88,99,127). Sum of RGB (Red+Green+Blue) = 88+99+127=314 (41% of max value = 765). Red value is 88 (34.77% from 255 or 28.03% from 314); Green value is 99 (39.06% from 255 or 31.53% from 314); Blue value is 127 (50% from 255 or 40.45% from 314); Max value from RGB is 127 - color contains mainly: blue. Hex color #58637F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #58637F is #A79C80. Grayscale: #626262. Windows color (decimal): -10984577 or 8348504. OLE color: 8348504.

HSL color Cylindrical-coordinate representation of color #58637F: hue angle of 223.08º degrees, saturation: 0.18, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #58637F is Cyan = 0.31, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 88 99 127 -
CMYK 0.31 0.22 0 0.50
HSL 223.08º 0.18% 0.42% -
HSV(B) 223.08º 0.31% 0.5% -
XYZ 12.32 12.53 21.85 -
YUV 98.9 143.86 120.22 -
System Red Green Blue C M Y K H S L
Decimal 88 99 127 0.31 0.22 0 0.50 223.08 0.18 0.42
Hex 58 63 7F 1F 16 0 32 DF 12 2A
Octal 130 143 177 37 26 0 62 337 22 52
Binary 1011000 1100011 1111111 11111 10110 0 110010 11011111 10010 101010

Color Harmonies of #58637F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58637F

Black with #58637F

Text Example


Text Example

White with #58637F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #58637F; }

 p { color: rgb(88,99,127); }

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

background-color css

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

 a { background-color: rgb(88,99,127); }

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

border-color css

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

 span { border-color: rgb(88,99,127); }

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