Html Css Color HEX #41585E Casal

📋 copy color: '#41585E'

red 65 ◦ green 88 ◦ blue 94

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

Shades of Casal #41585E

Tints of Casal #41585E

RGB

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

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

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

R = 26.32%
G = 35.63%
B = 38.06%

CMYK

 C value IS 0.31

 M value IS 0.06

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#41585E (or 0x41585E) is known color: Casal. HEX triplet: 41, 58 and 5E. RGB value is (65,88,94). Sum of RGB (Red+Green+Blue) = 65+88+94=247 (32% of max value = 765). Red value is 65 (25.78% from 255 or 26.32% from 247); Green value is 88 (34.77% from 255 or 35.63% from 247); Blue value is 94 (37.11% from 255 or 38.06% from 247); Max value from RGB is 94 - color contains mainly: blue. Hex color #41585E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #41585E is #BEA7A1. Grayscale: #515151. Windows color (decimal): -12494754 or 6182977. OLE color: 6182977.

HSL color Cylindrical-coordinate representation of color #41585E: hue angle of 192.41º 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 #41585E is Cyan = 0.31, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 65 88 94 -
CMYK 0.31 0.06 0 0.63
HSL 192.41º 0.18% 0.31% -
HSV(B) 192.41º 0.31% 0.37% -
XYZ 7.69 8.91 11.9 -
YUV 81.81 134.88 116.01 -
System Red Green Blue C M Y K H S L
Decimal 65 88 94 0.31 0.06 0 0.63 192.41 0.18 0.31
Hex 41 58 5E 1F 6 0 3F C0 12 1F
Octal 101 130 136 37 6 0 77 300 22 37
Binary 1000001 1011000 1011110 11111 110 0 111111 11000000 10010 11111

Color Harmonies of #41585E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41585E

Black with #41585E

Text Example


Text Example

White with #41585E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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