Html Css Color HEX #41575A Casal

📋 copy color: '#41575A'

red 65 ◦ green 87 ◦ blue 90

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

Shades of Casal #41575A

Tints of Casal #41575A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 37.19%

R = 26.86%
G = 35.95%
B = 37.19%

CMYK

 C value IS 0.28

 M value IS 0.03

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#41575A (or 0x41575A) is known color: Casal. HEX triplet: 41, 57 and 5A. RGB value is (65,87,90). Sum of RGB (Red+Green+Blue) = 65+87+90=242 (32% of max value = 765). Red value is 65 (25.78% from 255 or 26.86% from 242); Green value is 87 (34.38% from 255 or 35.95% from 242); Blue value is 90 (35.55% from 255 or 37.19% from 242); Max value from RGB is 90 - color contains mainly: blue. Hex color #41575A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #41575A is #BEA8A5. Grayscale: #505050. Windows color (decimal): -12495014 or 5920577. OLE color: 5920577.

HSL color Cylindrical-coordinate representation of color #41575A: hue angle of 187.2º degrees, saturation: 0.16, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #41575A is Cyan = 0.28, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 65 87 90 -
CMYK 0.28 0.03 0 0.65
HSL 187.2º 0.16% 0.3% -
HSV(B) 187.2º 0.28% 0.35% -
XYZ 7.43 8.68 10.96 -
YUV 80.76 133.21 116.76 -
System Red Green Blue C M Y K H S L
Decimal 65 87 90 0.28 0.03 0 0.65 187.2 0.16 0.3
Hex 41 57 5A 1C 3 0 41 BB 10 1E
Octal 101 127 132 34 3 0 101 273 20 36
Binary 1000001 1010111 1011010 11100 11 0 1000001 10111011 10000 11110

Color Harmonies of #41575A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41575A

Black with #41575A

Text Example


Text Example

White with #41575A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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