Html Css Color HEX #41565D Casal

📋 copy color: '#41565D'

red 65 ◦ green 86 ◦ blue 93

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

Shades of Casal #41565D

Tints of Casal #41565D

RGB

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

 GREEN value IS 86 (33.98% from 255) = 35.25%

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

R = 26.64%
G = 35.25%
B = 38.11%

CMYK

 C value IS 0.30

 M value IS 0.08

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#41565D (or 0x41565D) is known color: Casal. HEX triplet: 41, 56 and 5D. RGB value is (65,86,93). Sum of RGB (Red+Green+Blue) = 65+86+93=244 (32% of max value = 765). Red value is 65 (25.78% from 255 or 26.64% from 244); Green value is 86 (33.98% from 255 or 35.25% from 244); Blue value is 93 (36.72% from 255 or 38.11% from 244); Max value from RGB is 93 - color contains mainly: blue. Hex color #41565D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #41565D is #BEA9A2. Grayscale: #505050. Windows color (decimal): -12495267 or 6116929. OLE color: 6116929.

HSL color Cylindrical-coordinate representation of color #41565D: hue angle of 195º 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 #41565D is Cyan = 0.30, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 65 86 93 -
CMYK 0.30 0.08 0 0.64
HSL 195º 0.18% 0.31% -
HSV(B) 195º 0.3% 0.36% -
XYZ 7.48 8.57 11.62 -
YUV 80.52 135.04 116.93 -
System Red Green Blue C M Y K H S L
Decimal 65 86 93 0.30 0.08 0 0.64 195 0.18 0.31
Hex 41 56 5D 1E 8 0 40 C3 12 1F
Octal 101 126 135 36 10 0 100 303 22 37
Binary 1000001 1010110 1011101 11110 1000 0 1000000 11000011 10010 11111

Color Harmonies of #41565D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41565D

Black with #41565D

Text Example


Text Example

White with #41565D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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