#41565F

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

Shades of San Juan #41565F

Tints of San Juan #41565F

Color information

#41565F (or 0x41565F) is unknown color: approx San Juan. HEX triplet: 41, 56 and 5F. RGB value is (65,86,95). Sum of RGB (Red+Green+Blue) = 65+86+95=246 (32% of max value = 765). Red value is 65 (25.78% from 255 or 26.42% from 246); Green value is 86 (33.98% from 255 or 34.96% from 246); Blue value is 95 (37.5% from 255 or 38.62% from 246); Max value from RGB is 95 - color contains mainly: blue. Hex color #41565F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #41565F is #BEA9A0. Grayscale: #505050. Windows color (decimal): -12495265 or 6248001. OLE color: 6248001.

HSL color Cylindrical-coordinate representation of color #41565F: hue angle of 198º degrees, saturation: 0.19, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #41565F is Cyan = 0.32, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB658695-
CMYK0.320.0900.63
HSL198º18.75%31.37%-
HSV(B)198º31.58%37.25%-
XYZ7.578.6112.09-
YUV80.75136.04116.77-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 26.42%
GREEN value IS 86 (33.98% from 255) = 34.96%
BLUE value IS 95 (37.5% from 255) = 38.62%
R=26.42%
G=34.96%
B=38.62%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal6586950.320.0900.6319818.7531.37
Hex41565F20903Fc6131f
Octal10112613740110773062337
Binary10000011010110101111110000010010111111110001101001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41565F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #41565F; }

 p { color: rgb(65,86,95); }

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

<style>
 a { background-color: #41565F; }

 a { background-color: rgb(65,86,95); }

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

<style>
 span { border-color: #41565F; }

 span { border-color: rgb(65,86,95); }

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