Html Css Color HEX #41585F Casal

📋 copy color: '#41585F'

red 65 ◦ green 88 ◦ blue 95

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

Shades of Casal #41585F

Tints of Casal #41585F

RGB

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

 GREEN value IS 88 (34.77% from 255) = 35.48%

 BLUE value IS 95 (37.5% from 255) = 38.31%

R = 26.21%
G = 35.48%
B = 38.31%

CMYK

 C value IS 0.32

 M value IS 0.07

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#41585F (or 0x41585F) is known color: Casal. HEX triplet: 41, 58 and 5F. RGB value is (65,88,95). Sum of RGB (Red+Green+Blue) = 65+88+95=248 (32% of max value = 765). Red value is 65 (25.78% from 255 or 26.21% from 248); Green value is 88 (34.77% from 255 or 35.48% from 248); Blue value is 95 (37.5% from 255 or 38.31% from 248); Max value from RGB is 95 - color contains mainly: blue. Hex color #41585F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #41585F is #BEA7A0. Grayscale: #515151. Windows color (decimal): -12494753 or 6248513. OLE color: 6248513.

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

Color convert

RGB 65 88 95 -
CMYK 0.32 0.07 0 0.63
HSL 194º 0.19% 0.31% -
HSV(B) 194º 0.32% 0.37% -
XYZ 7.74 8.93 12.14 -
YUV 81.92 135.38 115.93 -
System Red Green Blue C M Y K H S L
Decimal 65 88 95 0.32 0.07 0 0.63 194 0.19 0.31
Hex 41 58 5F 20 7 0 3F C2 13 1F
Octal 101 130 137 40 7 0 77 302 23 37
Binary 1000001 1011000 1011111 100000 111 0 111111 11000010 10011 11111

Color Harmonies of #41585F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41585F

Black with #41585F

Text Example


Text Example

White with #41585F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #41585F; }

 p { color: rgb(65,88,95); }

 H1.HeaderClassName
 {
   color: #41585F;
 }
 .AnyTagClassName
 {
   color: #41585F;
 }
</style>

background-color css

<style>
 a { background-color: #41585F; }

 a { background-color: rgb(65,88,95); }

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

border-color css

<style>
 span { border-color: #41585F; }

 span { border-color: rgb(65,88,95); }

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