Html Css Color HEX #58748F Kashmir Blue

📋 copy color: '#58748F'

red 88 ◦ green 116 ◦ blue 143

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

Shades of Kashmir Blue #58748F

Tints of Kashmir Blue #58748F

RGB

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

 GREEN value IS 116 (45.7% from 255) = 33.43%

 BLUE value IS 143 (56.25% from 255) = 41.21%

R = 25.36%
G = 33.43%
B = 41.21%

CMYK

 C value IS 0.38

 M value IS 0.19

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#58748F (or 0x58748F) is known color: Kashmir Blue. HEX triplet: 58, 74 and 8F. RGB value is (88,116,143). Sum of RGB (Red+Green+Blue) = 88+116+143=347 (45% of max value = 765). Red value is 88 (34.77% from 255 or 25.36% from 347); Green value is 116 (45.70% from 255 or 33.43% from 347); Blue value is 143 (56.25% from 255 or 41.21% from 347); Max value from RGB is 143 - color contains mainly: blue. Hex color #58748F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #58748F is #A78B70. Grayscale: #6E6E6E. Windows color (decimal): -10980209 or 9401432. OLE color: 9401432.

HSL color Cylindrical-coordinate representation of color #58748F: hue angle of 209.45º degrees, saturation: 0.24, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #58748F is Cyan = 0.38, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 88 116 143 -
CMYK 0.38 0.19 0 0.44
HSL 209.45º 0.24% 0.45% -
HSV(B) 209.45º 0.38% 0.56% -
XYZ 15.23 16.55 28.38 -
YUV 110.71 146.22 111.8 -
System Red Green Blue C M Y K H S L
Decimal 88 116 143 0.38 0.19 0 0.44 209.45 0.24 0.45
Hex 58 74 8F 26 13 0 2C D1 18 2D
Octal 130 164 217 46 23 0 54 321 30 55
Binary 1011000 1110100 10001111 100110 10011 0 101100 11010001 11000 101101

Color Harmonies of #58748F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58748F

Black with #58748F

Text Example


Text Example

White with #58748F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,116,143); }

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

background-color css

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

 a { background-color: rgb(88,116,143); }

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

border-color css

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

 span { border-color: rgb(88,116,143); }

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