Html Css Color HEX #41575E Casal

📋 copy color: '#41575E'

red 65 ◦ green 87 ◦ blue 94

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

Shades of Casal #41575E

Tints of Casal #41575E

RGB

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

 GREEN value IS 87 (34.38% from 255) = 35.37%

 BLUE value IS 94 (37.11% from 255) = 38.21%

R = 26.42%
G = 35.37%
B = 38.21%

CMYK

 C value IS 0.31

 M value IS 0.07

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#41575E (or 0x41575E) is known color: Casal. HEX triplet: 41, 57 and 5E. RGB value is (65,87,94). Sum of RGB (Red+Green+Blue) = 65+87+94=246 (32% of max value = 765). Red value is 65 (25.78% from 255 or 26.42% from 246); Green value is 87 (34.38% from 255 or 35.37% from 246); Blue value is 94 (37.11% from 255 or 38.21% from 246); Max value from RGB is 94 - color contains mainly: blue. Hex color #41575E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #41575E is #BEA8A1. Grayscale: #515151. Windows color (decimal): -12495010 or 6182721. OLE color: 6182721.

HSL color Cylindrical-coordinate representation of color #41575E: hue angle of 194.48º degrees, saturation: 0.18, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #41575E is Cyan = 0.31, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 65 87 94 -
CMYK 0.31 0.07 0 0.63
HSL 194.48º 0.18% 0.31% -
HSV(B) 194.48º 0.31% 0.37% -
XYZ 7.61 8.75 11.88 -
YUV 81.22 135.21 116.43 -
System Red Green Blue C M Y K H S L
Decimal 65 87 94 0.31 0.07 0 0.63 194.48 0.18 0.31
Hex 41 57 5E 1F 7 0 3F C2 12 1F
Octal 101 127 136 37 7 0 77 302 22 37
Binary 1000001 1010111 1011110 11111 111 0 111111 11000010 10010 11111

Color Harmonies of #41575E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41575E

Black with #41575E

Text Example


Text Example

White with #41575E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #41575E; }

 p { color: rgb(65,87,94); }

 H1.HeaderClassName
 {
   color: #41575E;
 }
 .AnyTagClassName
 {
   color: #41575E;
 }
</style>

background-color css

<style>
 a { background-color: #41575E; }

 a { background-color: rgb(65,87,94); }

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

border-color css

<style>
 span { border-color: #41575E; }

 span { border-color: rgb(65,87,94); }

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