Html Css Color HEX #58647D Kashmir Blue

📋 copy color: '#58647D'

red 88 ◦ green 100 ◦ blue 125

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

Shades of Kashmir Blue #58647D

Tints of Kashmir Blue #58647D

RGB

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

 GREEN value IS 100 (39.45% from 255) = 31.95%

 BLUE value IS 125 (49.22% from 255) = 39.94%

R = 28.12%
G = 31.95%
B = 39.94%

CMYK

 C value IS 0.30

 M value IS 0.2

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#58647D (or 0x58647D) is known color: Kashmir Blue. HEX triplet: 58, 64 and 7D. RGB value is (88,100,125). Sum of RGB (Red+Green+Blue) = 88+100+125=313 (41% of max value = 765). Red value is 88 (34.77% from 255 or 28.12% from 313); Green value is 100 (39.45% from 255 or 31.95% from 313); Blue value is 125 (49.22% from 255 or 39.94% from 313); Max value from RGB is 125 - color contains mainly: blue. Hex color #58647D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #58647D is #A79B82. Grayscale: #636363. Windows color (decimal): -10984323 or 8217688. OLE color: 8217688.

HSL color Cylindrical-coordinate representation of color #58647D: hue angle of 220.54º degrees, saturation: 0.17, 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 #58647D is Cyan = 0.30, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 88 100 125 -
CMYK 0.30 0.2 0 0.51
HSL 220.54º 0.17% 0.42% -
HSV(B) 220.54º 0.3% 0.49% -
XYZ 12.28 12.67 21.2 -
YUV 99.26 142.52 119.97 -
System Red Green Blue C M Y K H S L
Decimal 88 100 125 0.30 0.2 0 0.51 220.54 0.17 0.42
Hex 58 64 7D 1E 14 0 33 DD 11 2A
Octal 130 144 175 36 24 0 63 335 21 52
Binary 1011000 1100100 1111101 11110 10100 0 110011 11011101 10001 101010

Color Harmonies of #58647D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58647D

Black with #58647D

Text Example


Text Example

White with #58647D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #58647D; }

 p { color: rgb(88,100,125); }

 H1.HeaderClassName
 {
   color: #58647D;
 }
 .AnyTagClassName
 {
   color: #58647D;
 }
</style>

background-color css

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

 a { background-color: rgb(88,100,125); }

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

border-color css

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

 span { border-color: rgb(88,100,125); }

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