Html Css Color HEX #41575C Casal

📋 copy color: '#41575C'

red 65 ◦ green 87 ◦ blue 92

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

Shades of Casal #41575C

Tints of Casal #41575C

RGB

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

 GREEN value IS 87 (34.38% from 255) = 35.66%

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

R = 26.64%
G = 35.66%
B = 37.7%

CMYK

 C value IS 0.29

 M value IS 0.05

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#41575C (or 0x41575C) is known color: Casal. HEX triplet: 41, 57 and 5C. RGB value is (65,87,92). Sum of RGB (Red+Green+Blue) = 65+87+92=244 (32% of max value = 765). Red value is 65 (25.78% from 255 or 26.64% from 244); Green value is 87 (34.38% from 255 or 35.66% from 244); Blue value is 92 (36.33% from 255 or 37.70% from 244); Max value from RGB is 92 - color contains mainly: blue. Hex color #41575C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #41575C is #BEA8A3. Grayscale: #505050. Windows color (decimal): -12495012 or 6051649. OLE color: 6051649.

HSL color Cylindrical-coordinate representation of color #41575C: hue angle of 191.11º 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 #41575C is Cyan = 0.29, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 65 87 92 -
CMYK 0.29 0.05 0 0.64
HSL 191.11º 0.17% 0.31% -
HSV(B) 191.11º 0.29% 0.36% -
XYZ 7.52 8.71 11.41 -
YUV 80.99 134.21 116.59 -
System Red Green Blue C M Y K H S L
Decimal 65 87 92 0.29 0.05 0 0.64 191.11 0.17 0.31
Hex 41 57 5C 1D 5 0 40 BF 11 1F
Octal 101 127 134 35 5 0 100 277 21 37
Binary 1000001 1010111 1011100 11101 101 0 1000000 10111111 10001 11111

Color Harmonies of #41575C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41575C

Black with #41575C

Text Example


Text Example

White with #41575C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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