Html Css Color HEX #57514B Judge Grey

📋 copy color: '#57514B'

red 87 ◦ green 81 ◦ blue 75

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

Shades of Judge Grey #57514B

Tints of Judge Grey #57514B

RGB

 RED value IS 87 (34.38% from 255) = 35.8%

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

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

R = 35.8%
G = 33.33%
B = 30.86%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.14

 K value IS 0.66

RGB Variations

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

Color information

#57514B (or 0x57514B) is known color: Judge Grey. HEX triplet: 57, 51 and 4B. RGB value is (87,81,75). Sum of RGB (Red+Green+Blue) = 87+81+75=243 (32% of max value = 765). Red value is 87 (34.38% from 255 or 35.80% from 243); Green value is 81 (32.03% from 255 or 33.33% from 243); Blue value is 75 (29.69% from 255 or 30.86% from 243); Max value from RGB is 87 - color contains mainly: red. Hex color #57514B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #57514B is #A8AEB4. Grayscale: #525252. Windows color (decimal): -11054773 or 4936023. OLE color: 4936023.

HSL color Cylindrical-coordinate representation of color #57514B: hue angle of 30º degrees, saturation: 0.07, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #57514B is Cyan = 0, Magento = 0.07, Yellow = 0.14 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 81 75 -
CMYK 0 0.07 0.14 0.66
HSL 30º 0.07% 0.32% -
HSV(B) 30º 0.14% 0.34% -
XYZ 8.14 8.42 7.85 -
YUV 82.11 123.99 131.49 -
System Red Green Blue C M Y K H S L
Decimal 87 81 75 0 0.07 0.14 0.66 30 0.07 0.32
Hex 57 51 4B 0 7 E 42 1E 7 20
Octal 127 121 113 0 7 16 102 36 7 40
Binary 1010111 1010001 1001011 0 111 1110 1000010 11110 111 100000

Color Harmonies of #57514B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57514B

Black with #57514B

Text Example


Text Example

White with #57514B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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