Html Css Color HEX #47565B Casal

📋 copy color: '#47565B'

red 71 ◦ green 86 ◦ blue 91

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

Shades of Casal #47565B

Tints of Casal #47565B

RGB

 RED value IS 71 (28.13% from 255) = 28.63%

 GREEN value IS 86 (33.98% from 255) = 34.68%

 BLUE value IS 91 (35.94% from 255) = 36.69%

R = 28.63%
G = 34.68%
B = 36.69%

CMYK

 C value IS 0.22

 M value IS 0.05

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#47565B (or 0x47565B) is known color: Casal. HEX triplet: 47, 56 and 5B. RGB value is (71,86,91). Sum of RGB (Red+Green+Blue) = 71+86+91=248 (32% of max value = 765). Red value is 71 (28.12% from 255 or 28.63% from 248); Green value is 86 (33.98% from 255 or 34.68% from 248); Blue value is 91 (35.94% from 255 or 36.69% from 248); Max value from RGB is 91 - color contains mainly: blue. Hex color #47565B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #47565B is #B8A9A4. Grayscale: #525252. Windows color (decimal): -12102053 or 5985863. OLE color: 5985863.

HSL color Cylindrical-coordinate representation of color #47565B: hue angle of 195º degrees, saturation: 0.12, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #47565B is Cyan = 0.22, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 71 86 91 -
CMYK 0.22 0.05 0 0.64
HSL 195º 0.12% 0.32% -
HSV(B) 195º 0.22% 0.36% -
XYZ 7.81 8.75 11.17 -
YUV 82.09 133.03 120.09 -
System Red Green Blue C M Y K H S L
Decimal 71 86 91 0.22 0.05 0 0.64 195 0.12 0.32
Hex 47 56 5B 16 5 0 40 C3 C 20
Octal 107 126 133 26 5 0 100 303 14 40
Binary 1000111 1010110 1011011 10110 101 0 1000000 11000011 1100 100000

Color Harmonies of #47565B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47565B

Black with #47565B

Text Example


Text Example

White with #47565B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,86,91); }

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

background-color css

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

 a { background-color: rgb(71,86,91); }

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

border-color css

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

 span { border-color: rgb(71,86,91); }

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