#41535D

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

Shades of San Juan #41535D

Tints of San Juan #41535D

Color information

#41535D (or 0x41535D) is unknown color: approx San Juan. HEX triplet: 41, 53 and 5D. RGB value is (65,83,93). Sum of RGB (Red+Green+Blue) = 65+83+93=241 (31% of max value = 765). Red value is 65 (25.78% from 255 or 26.97% from 241); Green value is 83 (32.81% from 255 or 34.44% from 241); Blue value is 93 (36.72% from 255 or 38.59% from 241); Max value from RGB is 93 - color contains mainly: blue. Hex color #41535D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #41535D is #BEACA2. Grayscale: #4E4E4E. Windows color (decimal): -12496035 or 6116161. OLE color: 6116161.

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

Color convert

RGB658393-
CMYK0.300.1100.64
HSL201.43º17.72%30.98%-
HSV(B)201.43º30.11%36.47%-
XYZ7.258.111.54-
YUV78.76136.04118.19-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 26.97%
GREEN value IS 83 (32.81% from 255) = 34.44%
BLUE value IS 93 (36.72% from 255) = 38.59%
R=26.97%
G=34.44%
B=38.59%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6583930.300.1100.64201.4317.7230.98
Hex41535D1EB040c9121f
Octal101123135361301003112237
Binary10000011010011101110111110101101000000110010011001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41535D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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