Html Css Color HEX #41555C Casal

📋 copy color: '#41555C'

red 65 ◦ green 85 ◦ blue 92

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

Shades of Casal #41555C

Tints of Casal #41555C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 38.02%

R = 26.86%
G = 35.12%
B = 38.02%

CMYK

 C value IS 0.29

 M value IS 0.08

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#41555C (or 0x41555C) is known color: Casal. HEX triplet: 41, 55 and 5C. RGB value is (65,85,92). Sum of RGB (Red+Green+Blue) = 65+85+92=242 (32% of max value = 765). Red value is 65 (25.78% from 255 or 26.86% from 242); Green value is 85 (33.59% from 255 or 35.12% from 242); Blue value is 92 (36.33% from 255 or 38.02% from 242); Max value from RGB is 92 - color contains mainly: blue. Hex color #41555C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #41555C is #BEAAA3. Grayscale: #4F4F4F. Windows color (decimal): -12495524 or 6051137. OLE color: 6051137.

HSL color Cylindrical-coordinate representation of color #41555C: hue angle of 195.56º degrees, saturation: 0.17, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #41555C is Cyan = 0.29, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 65 85 92 -
CMYK 0.29 0.08 0 0.64
HSL 195.56º 0.17% 0.31% -
HSV(B) 195.56º 0.29% 0.36% -
XYZ 7.36 8.39 11.36 -
YUV 79.82 134.87 117.43 -
System Red Green Blue C M Y K H S L
Decimal 65 85 92 0.29 0.08 0 0.64 195.56 0.17 0.31
Hex 41 55 5C 1D 8 0 40 C4 11 1F
Octal 101 125 134 35 10 0 100 304 21 37
Binary 1000001 1010101 1011100 11101 1000 0 1000000 11000100 10001 11111

Color Harmonies of #41555C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41555C

Black with #41555C

Text Example


Text Example

White with #41555C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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