Html Css Color HEX #58504B Saddle

📋 copy color: '#58504B'

red 88 ◦ green 80 ◦ blue 75

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

Shades of Saddle #58504B

Tints of Saddle #58504B

RGB

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

 GREEN value IS 80 (31.64% from 255) = 32.92%

 BLUE value IS 75 (29.69% from 255) = 30.86%

R = 36.21%
G = 32.92%
B = 30.86%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.15

 K value IS 0.65

RGB Variations

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

Color information

#58504B (or 0x58504B) is known color: Saddle. HEX triplet: 58, 50 and 4B. RGB value is (88,80,75). Sum of RGB (Red+Green+Blue) = 88+80+75=243 (32% of max value = 765). Red value is 88 (34.77% from 255 or 36.21% from 243); Green value is 80 (31.64% from 255 or 32.92% from 243); Blue value is 75 (29.69% from 255 or 30.86% from 243); Max value from RGB is 88 - color contains mainly: red. Hex color #58504B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #58504B is #A7AFB4. Grayscale: #515151. Windows color (decimal): -10989493 or 4935768. OLE color: 4935768.

HSL color Cylindrical-coordinate representation of color #58504B: hue angle of 23.08º degrees, saturation: 0.08, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #58504B is Cyan = 0, Magento = 0.09, Yellow = 0.15 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 80 75 -
CMYK 0 0.09 0.15 0.65
HSL 23.08º 0.08% 0.32% -
HSV(B) 23.08º 0.15% 0.35% -
XYZ 8.16 8.32 7.83 -
YUV 81.82 124.15 132.41 -
System Red Green Blue C M Y K H S L
Decimal 88 80 75 0 0.09 0.15 0.65 23.08 0.08 0.32
Hex 58 50 4B 0 9 F 41 17 8 20
Octal 130 120 113 0 11 17 101 27 10 40
Binary 1011000 1010000 1001011 0 1001 1111 1000001 10111 1000 100000

Color Harmonies of #58504B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58504B

Black with #58504B

Text Example


Text Example

White with #58504B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,80,75); }

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

background-color css

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

 a { background-color: rgb(88,80,75); }

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

border-color css

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

 span { border-color: rgb(88,80,75); }

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