#41525A

Color #41525A Casal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Casal #41525A

Tints of Casal #41525A

Color information

#41525A (or 0x41525A) is unknown color: approx Casal. HEX triplet: 41, 52 and 5A. RGB value is (65,82,90). Sum of RGB (Red+Green+Blue) = 65+82+90=237 (31% of max value = 765). Red value is 65 (25.78% from 255 or 27.43% from 237); Green value is 82 (32.42% from 255 or 34.60% from 237); Blue value is 90 (35.55% from 255 or 37.97% from 237); Max value from RGB is 90 - color contains mainly: blue. Hex color #41525A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #41525A is #BEADA5. Grayscale: #4D4D4D. Windows color (decimal): -12496294 or 5919297. OLE color: 5919297.

HSL color Cylindrical-coordinate representation of color #41525A: hue angle of 199.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 #41525A is Cyan = 0.28, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB658290-
CMYK0.280.0900.65
HSL199.2º16.13%30.39%-
HSV(B)199.2º27.78%35.29%-
XYZ7.047.910.83-
YUV77.83134.87118.85-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 27.43%
GREEN value IS 82 (32.42% from 255) = 34.60%
BLUE value IS 90 (35.55% from 255) = 37.97%
R=27.43%
G=34.60%
B=37.97%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6582900.280.0900.65199.216.1330.39
Hex41525A1C9041c7101e
Octal101122132341101013072036
Binary10000011010010101101011100100101000001110001111000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41525A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #41525A;
 }
 .AnyTagClassName
 {
   color: #41525A;
 }
</style>
background-color css

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

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

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

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

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

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