Html Css Color HEX #58748B Kashmir Blue

📋 copy color: '#58748B'

red 88 ◦ green 116 ◦ blue 139

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

Shades of Kashmir Blue #58748B

Tints of Kashmir Blue #58748B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 40.52%

R = 25.66%
G = 33.82%
B = 40.52%

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

#58748B (or 0x58748B) is known color: Kashmir Blue. HEX triplet: 58, 74 and 8B. RGB value is (88,116,139). Sum of RGB (Red+Green+Blue) = 88+116+139=343 (45% of max value = 765). Red value is 88 (34.77% from 255 or 25.66% from 343); Green value is 116 (45.70% from 255 or 33.82% from 343); Blue value is 139 (54.69% from 255 or 40.52% from 343); Max value from RGB is 139 - color contains mainly: blue. Hex color #58748B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #58748B is #A78B74. Grayscale: #6E6E6E. Windows color (decimal): -10980213 or 9139288. OLE color: 9139288.

HSL color Cylindrical-coordinate representation of color #58748B: hue angle of 207.06º degrees, saturation: 0.22, 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 #58748B is Cyan = 0.37, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 88 116 139 -
CMYK 0.37 0.17 0 0.45
HSL 207.06º 0.22% 0.45% -
HSV(B) 207.06º 0.37% 0.55% -
XYZ 14.93 16.43 26.81 -
YUV 110.25 144.22 112.13 -
System Red Green Blue C M Y K H S L
Decimal 88 116 139 0.37 0.17 0 0.45 207.06 0.22 0.45
Hex 58 74 8B 25 11 0 2D CF 16 2D
Octal 130 164 213 45 21 0 55 317 26 55
Binary 1011000 1110100 10001011 100101 10001 0 101101 11001111 10110 101101

Color Harmonies of #58748B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58748B

Black with #58748B

Text Example


Text Example

White with #58748B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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