Html Css Color HEX #58728A Kashmir Blue

📋 copy color: '#58728A'

red 88 ◦ green 114 ◦ blue 138

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

Shades of Kashmir Blue #58728A

Tints of Kashmir Blue #58728A

RGB

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

 GREEN value IS 114 (44.92% from 255) = 33.53%

 BLUE value IS 138 (54.3% from 255) = 40.59%

R = 25.88%
G = 33.53%
B = 40.59%

CMYK

 C value IS 0.36

 M value IS 0.17

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#58728A (or 0x58728A) is known color: Kashmir Blue. HEX triplet: 58, 72 and 8A. RGB value is (88,114,138). Sum of RGB (Red+Green+Blue) = 88+114+138=340 (45% of max value = 765). Red value is 88 (34.77% from 255 or 25.88% from 340); Green value is 114 (44.92% from 255 or 33.53% from 340); Blue value is 138 (54.30% from 255 or 40.59% from 340); Max value from RGB is 138 - color contains mainly: blue. Hex color #58728A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #58728A is #A78D75. Grayscale: #6C6C6C. Windows color (decimal): -10980726 or 9073240. OLE color: 9073240.

HSL color Cylindrical-coordinate representation of color #58728A: hue angle of 208.8º degrees, saturation: 0.22, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #58728A is Cyan = 0.36, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 88 114 138 -
CMYK 0.36 0.17 0 0.46
HSL 208.8º 0.22% 0.44% -
HSV(B) 208.8º 0.36% 0.54% -
XYZ 14.63 15.94 26.35 -
YUV 108.96 144.39 113.05 -
System Red Green Blue C M Y K H S L
Decimal 88 114 138 0.36 0.17 0 0.46 208.8 0.22 0.44
Hex 58 72 8A 24 11 0 2E D1 16 2C
Octal 130 162 212 44 21 0 56 321 26 54
Binary 1011000 1110010 10001010 100100 10001 0 101110 11010001 10110 101100

Color Harmonies of #58728A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58728A

Black with #58728A

Text Example


Text Example

White with #58728A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #58728A; }

 p { color: rgb(88,114,138); }

 H1.HeaderClassName
 {
   color: #58728A;
 }
 .AnyTagClassName
 {
   color: #58728A;
 }
</style>

background-color css

<style>
 a { background-color: #58728A; }

 a { background-color: rgb(88,114,138); }

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

border-color css

<style>
 span { border-color: #58728A; }

 span { border-color: rgb(88,114,138); }

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