Html Css Color HEX #41595D Casal

📋 copy color: '#41595D'

red 65 ◦ green 89 ◦ blue 93

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

Shades of Casal #41595D

Tints of Casal #41595D

RGB

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

 GREEN value IS 89 (35.16% from 255) = 36.03%

 BLUE value IS 93 (36.72% from 255) = 37.65%

R = 26.32%
G = 36.03%
B = 37.65%

CMYK

 C value IS 0.30

 M value IS 0.04

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#41595D (or 0x41595D) is known color: Casal. HEX triplet: 41, 59 and 5D. RGB value is (65,89,93). Sum of RGB (Red+Green+Blue) = 65+89+93=247 (32% of max value = 765). Red value is 65 (25.78% from 255 or 26.32% from 247); Green value is 89 (35.16% from 255 or 36.03% from 247); Blue value is 93 (36.72% from 255 or 37.65% from 247); Max value from RGB is 93 - color contains mainly: blue. Hex color #41595D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #41595D is #BEA6A2. Grayscale: #525252. Windows color (decimal): -12494499 or 6117697. OLE color: 6117697.

HSL color Cylindrical-coordinate representation of color #41595D: hue angle of 188.57º degrees, saturation: 0.18, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #41595D is Cyan = 0.30, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 65 89 93 -
CMYK 0.30 0.04 0 0.64
HSL 188.57º 0.18% 0.31% -
HSV(B) 188.57º 0.3% 0.36% -
XYZ 7.73 9.06 11.7 -
YUV 82.28 134.05 115.67 -
System Red Green Blue C M Y K H S L
Decimal 65 89 93 0.30 0.04 0 0.64 188.57 0.18 0.31
Hex 41 59 5D 1E 4 0 40 BD 12 1F
Octal 101 131 135 36 4 0 100 275 22 37
Binary 1000001 1011001 1011101 11110 100 0 1000000 10111101 10010 11111

Color Harmonies of #41595D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41595D

Black with #41595D

Text Example


Text Example

White with #41595D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #41595D; }

 p { color: rgb(65,89,93); }

 H1.HeaderClassName
 {
   color: #41595D;
 }
 .AnyTagClassName
 {
   color: #41595D;
 }
</style>

background-color css

<style>
 a { background-color: #41595D; }

 a { background-color: rgb(65,89,93); }

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

border-color css

<style>
 span { border-color: #41595D; }

 span { border-color: rgb(65,89,93); }

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