#41525C

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

Shades of San Juan #41525C

Tints of San Juan #41525C

Color information

#41525C (or 0x41525C) is unknown color: approx San Juan. HEX triplet: 41, 52 and 5C. RGB value is (65,82,92). Sum of RGB (Red+Green+Blue) = 65+82+92=239 (31% of max value = 765). Red value is 65 (25.78% from 255 or 27.20% from 239); Green value is 82 (32.42% from 255 or 34.31% from 239); Blue value is 92 (36.33% from 255 or 38.49% from 239); Max value from RGB is 92 - color contains mainly: blue. Hex color #41525C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #41525C is #BEADA3. Grayscale: #4E4E4E. Windows color (decimal): -12496292 or 6050369. OLE color: 6050369.

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

Color convert

RGB658292-
CMYK0.290.1100.64
HSL202.22º17.2%30.78%-
HSV(B)202.22º29.35%36.08%-
XYZ7.137.9311.28-
YUV78.06135.87118.69-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 27.20%
GREEN value IS 82 (32.42% from 255) = 34.31%
BLUE value IS 92 (36.33% from 255) = 38.49%
R=27.20%
G=34.31%
B=38.49%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6582920.290.1100.64202.2217.230.78
Hex41525C1DB040ca111f
Octal101122134351301003122137
Binary10000011010010101110011101101101000000110010101000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41525C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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