Html Css Color HEX #58514B Rock

📋 copy color: '#58514B'

red 88 ◦ green 81 ◦ blue 75

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

Shades of Rock #58514B

Tints of Rock #58514B

RGB

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

 GREEN value IS 81 (32.03% from 255) = 33.2%

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

R = 36.07%
G = 33.2%
B = 30.74%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.15

 K value IS 0.65

RGB Variations

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

Color information

#58514B (or 0x58514B) is known color: Rock. HEX triplet: 58, 51 and 4B. RGB value is (88,81,75). Sum of RGB (Red+Green+Blue) = 88+81+75=244 (32% of max value = 765). Red value is 88 (34.77% from 255 or 36.07% from 244); Green value is 81 (32.03% from 255 or 33.20% from 244); Blue value is 75 (29.69% from 255 or 30.74% from 244); Max value from RGB is 88 - color contains mainly: red. Hex color #58514B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #58514B is #A7AEB4. Grayscale: #525252. Windows color (decimal): -10989237 or 4936024. OLE color: 4936024.

HSL color Cylindrical-coordinate representation of color #58514B: hue angle of 27.69º 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 #58514B is Cyan = 0, Magento = 0.08, Yellow = 0.15 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 81 75 -
CMYK 0 0.08 0.15 0.65
HSL 27.69º 0.08% 0.32% -
HSV(B) 27.69º 0.15% 0.35% -
XYZ 8.24 8.47 7.86 -
YUV 82.41 123.82 131.99 -
System Red Green Blue C M Y K H S L
Decimal 88 81 75 0 0.08 0.15 0.65 27.69 0.08 0.32
Hex 58 51 4B 0 8 F 41 1C 8 20
Octal 130 121 113 0 10 17 101 34 10 40
Binary 1011000 1010001 1001011 0 1000 1111 1000001 11100 1000 100000

Color Harmonies of #58514B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58514B

Black with #58514B

Text Example


Text Example

White with #58514B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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