#41525D

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

Shades of San Juan #41525D

Tints of San Juan #41525D

Color information

#41525D (or 0x41525D) is unknown color: approx San Juan. HEX triplet: 41, 52 and 5D. RGB value is (65,82,93). Sum of RGB (Red+Green+Blue) = 65+82+93=240 (31% of max value = 765). Red value is 65 (25.78% from 255 or 27.08% from 240); Green value is 82 (32.42% from 255 or 34.17% from 240); Blue value is 93 (36.72% from 255 or 38.75% from 240); Max value from RGB is 93 - color contains mainly: blue. Hex color #41525D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #41525D is #BEADA2. Grayscale: #4E4E4E. Windows color (decimal): -12496291 or 6115905. OLE color: 6115905.

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

Color convert

RGB658293-
CMYK0.300.1200.64
HSL203.57º17.72%30.98%-
HSV(B)203.57º30.11%36.47%-
XYZ7.177.9511.51-
YUV78.17136.37118.61-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 27.08%
GREEN value IS 82 (32.42% from 255) = 34.17%
BLUE value IS 93 (36.72% from 255) = 38.75%
R=27.08%
G=34.17%
B=38.75%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6582930.300.1200.64203.5717.7230.98
Hex41525D1EC040cc121f
Octal101122135361401003142237
Binary10000011010010101110111110110001000000110011001001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41525D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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