Html Css Color HEX #41555D Casal

📋 copy color: '#41555D'

red 65 ◦ green 85 ◦ blue 93

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

Shades of Casal #41555D

Tints of Casal #41555D

RGB

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

 GREEN value IS 85 (33.59% from 255) = 34.98%

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

R = 26.75%
G = 34.98%
B = 38.27%

CMYK

 C value IS 0.30

 M value IS 0.09

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#41555D (or 0x41555D) is known color: Casal. HEX triplet: 41, 55 and 5D. RGB value is (65,85,93). Sum of RGB (Red+Green+Blue) = 65+85+93=243 (32% of max value = 765). Red value is 65 (25.78% from 255 or 26.75% from 243); Green value is 85 (33.59% from 255 or 34.98% from 243); Blue value is 93 (36.72% from 255 or 38.27% from 243); Max value from RGB is 93 - color contains mainly: blue. Hex color #41555D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #41555D is #BEAAA2. Grayscale: #4F4F4F. Windows color (decimal): -12495523 or 6116673. OLE color: 6116673.

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

Color convert

RGB 65 85 93 -
CMYK 0.30 0.09 0 0.64
HSL 197.14º 0.18% 0.31% -
HSV(B) 197.14º 0.3% 0.36% -
XYZ 7.4 8.41 11.59 -
YUV 79.93 135.37 117.35 -
System Red Green Blue C M Y K H S L
Decimal 65 85 93 0.30 0.09 0 0.64 197.14 0.18 0.31
Hex 41 55 5D 1E 9 0 40 C5 12 1F
Octal 101 125 135 36 11 0 100 305 22 37
Binary 1000001 1010101 1011101 11110 1001 0 1000000 11000101 10010 11111

Color Harmonies of #41555D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41555D

Black with #41555D

Text Example


Text Example

White with #41555D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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