#41525B

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

Shades of San Juan #41525B

Tints of San Juan #41525B

Color information

#41525B (or 0x41525B) is unknown color: approx San Juan. HEX triplet: 41, 52 and 5B. RGB value is (65,82,91). Sum of RGB (Red+Green+Blue) = 65+82+91=238 (31% of max value = 765). Red value is 65 (25.78% from 255 or 27.31% from 238); Green value is 82 (32.42% from 255 or 34.45% from 238); Blue value is 91 (35.94% from 255 or 38.24% from 238); Max value from RGB is 91 - color contains mainly: blue. Hex color #41525B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #41525B is #BEADA4. Grayscale: #4D4D4D. Windows color (decimal): -12496293 or 5984833. OLE color: 5984833.

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

Color convert

RGB658291-
CMYK0.290.1000.64
HSL200.77º16.67%30.59%-
HSV(B)200.77º28.57%35.69%-
XYZ7.097.9111.05-
YUV77.94135.37118.77-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 27.31%
GREEN value IS 82 (32.42% from 255) = 34.45%
BLUE value IS 91 (35.94% from 255) = 38.24%
R=27.31%
G=34.45%
B=38.24%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6582910.290.1000.64200.7716.6730.59
Hex41525B1DA040c9111f
Octal101122133351201003112137
Binary10000011010010101101111101101001000000110010011000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41525B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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