Html Css Color HEX #58748C Kashmir Blue

📋 copy color: '#58748C'

red 88 ◦ green 116 ◦ blue 140

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

Shades of Kashmir Blue #58748C

Tints of Kashmir Blue #58748C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 40.7%

R = 25.58%
G = 33.72%
B = 40.7%

CMYK

 C value IS 0.37

 M value IS 0.17

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#58748C (or 0x58748C) is known color: Kashmir Blue. HEX triplet: 58, 74 and 8C. RGB value is (88,116,140). Sum of RGB (Red+Green+Blue) = 88+116+140=344 (45% of max value = 765). Red value is 88 (34.77% from 255 or 25.58% from 344); Green value is 116 (45.70% from 255 or 33.72% from 344); Blue value is 140 (55.08% from 255 or 40.70% from 344); Max value from RGB is 140 - color contains mainly: blue. Hex color #58748C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #58748C is #A78B73. Grayscale: #6E6E6E. Windows color (decimal): -10980212 or 9204824. OLE color: 9204824.

HSL color Cylindrical-coordinate representation of color #58748C: hue angle of 207.69º degrees, saturation: 0.23, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #58748C is Cyan = 0.37, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 88 116 140 -
CMYK 0.37 0.17 0 0.45
HSL 207.69º 0.23% 0.45% -
HSV(B) 207.69º 0.37% 0.55% -
XYZ 15 16.46 27.2 -
YUV 110.36 144.72 112.05 -
System Red Green Blue C M Y K H S L
Decimal 88 116 140 0.37 0.17 0 0.45 207.69 0.23 0.45
Hex 58 74 8C 25 11 0 2D D0 17 2D
Octal 130 164 214 45 21 0 55 320 27 55
Binary 1011000 1110100 10001100 100101 10001 0 101101 11010000 10111 101101

Color Harmonies of #58748C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58748C

Black with #58748C

Text Example


Text Example

White with #58748C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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