Html Css Color HEX #41545B Casal

📋 copy color: '#41545B'

red 65 ◦ green 84 ◦ blue 91

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

Shades of Casal #41545B

Tints of Casal #41545B

RGB

 RED value IS 65 (25.78% from 255) = 27.08%

 GREEN value IS 84 (33.2% from 255) = 35%

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

R = 27.08%
G = 35%
B = 37.92%

CMYK

 C value IS 0.29

 M value IS 0.08

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#41545B (or 0x41545B) is known color: Casal. HEX triplet: 41, 54 and 5B. RGB value is (65,84,91). Sum of RGB (Red+Green+Blue) = 65+84+91=240 (31% of max value = 765). Red value is 65 (25.78% from 255 or 27.08% from 240); Green value is 84 (33.20% from 255 or 35% from 240); Blue value is 91 (35.94% from 255 or 37.92% from 240); Max value from RGB is 91 - color contains mainly: blue. Hex color #41545B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #41545B is #BEABA4. Grayscale: #4F4F4F. Windows color (decimal): -12495781 or 5985345. OLE color: 5985345.

HSL color Cylindrical-coordinate representation of color #41545B: hue angle of 196.15º degrees, saturation: 0.17, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #41545B is Cyan = 0.29, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 65 84 91 -
CMYK 0.29 0.08 0 0.64
HSL 196.15º 0.17% 0.31% -
HSV(B) 196.15º 0.29% 0.36% -
XYZ 7.24 8.22 11.1 -
YUV 79.12 134.71 117.93 -
System Red Green Blue C M Y K H S L
Decimal 65 84 91 0.29 0.08 0 0.64 196.15 0.17 0.31
Hex 41 54 5B 1D 8 0 40 C4 11 1F
Octal 101 124 133 35 10 0 100 304 21 37
Binary 1000001 1010100 1011011 11101 1000 0 1000000 11000100 10001 11111

Color Harmonies of #41545B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41545B

Black with #41545B

Text Example


Text Example

White with #41545B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,84,91); }

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

background-color css

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

 a { background-color: rgb(65,84,91); }

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

border-color css

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

 span { border-color: rgb(65,84,91); }

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