Html Css Color HEX #58637E Kashmir Blue

📋 copy color: '#58637E'

red 88 ◦ green 99 ◦ blue 126

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

Shades of Kashmir Blue #58637E

Tints of Kashmir Blue #58637E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 40.26%

R = 28.12%
G = 31.63%
B = 40.26%

CMYK

 C value IS 0.30

 M value IS 0.21

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#58637E (or 0x58637E) is known color: Kashmir Blue. HEX triplet: 58, 63 and 7E. RGB value is (88,99,126). Sum of RGB (Red+Green+Blue) = 88+99+126=313 (41% of max value = 765). Red value is 88 (34.77% from 255 or 28.12% from 313); Green value is 99 (39.06% from 255 or 31.63% from 313); Blue value is 126 (49.61% from 255 or 40.26% from 313); Max value from RGB is 126 - color contains mainly: blue. Hex color #58637E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #58637E is #A79C81. Grayscale: #626262. Windows color (decimal): -10984578 or 8282968. OLE color: 8282968.

HSL color Cylindrical-coordinate representation of color #58637E: hue angle of 222.63º degrees, saturation: 0.18, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #58637E is Cyan = 0.30, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 88 99 126 -
CMYK 0.30 0.21 0 0.51
HSL 222.63º 0.18% 0.42% -
HSV(B) 222.63º 0.3% 0.49% -
XYZ 12.25 12.5 21.51 -
YUV 98.79 143.36 120.3 -
System Red Green Blue C M Y K H S L
Decimal 88 99 126 0.30 0.21 0 0.51 222.63 0.18 0.42
Hex 58 63 7E 1E 15 0 33 DF 12 2A
Octal 130 143 176 36 25 0 63 337 22 52
Binary 1011000 1100011 1111110 11110 10101 0 110011 11011111 10010 101010

Color Harmonies of #58637E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58637E

Black with #58637E

Text Example


Text Example

White with #58637E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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