#41515B

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

Shades of San Juan #41515B

Tints of San Juan #41515B

Color information

#41515B (or 0x41515B) is unknown color: approx San Juan. HEX triplet: 41, 51 and 5B. RGB value is (65,81,91). Sum of RGB (Red+Green+Blue) = 65+81+91=237 (31% of max value = 765). Red value is 65 (25.78% from 255 or 27.43% from 237); Green value is 81 (32.03% from 255 or 34.18% from 237); Blue value is 91 (35.94% from 255 or 38.40% from 237); Max value from RGB is 91 - color contains mainly: blue. Hex color #41515B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #41515B is #BEAEA4. Grayscale: #4D4D4D. Windows color (decimal): -12496549 or 5984577. OLE color: 5984577.

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

Color convert

RGB658191-
CMYK0.290.1100.64
HSL203.08º16.67%30.59%-
HSV(B)203.08º28.57%35.69%-
XYZ7.017.7611.03-
YUV77.36135.7119.19-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 27.43%
GREEN value IS 81 (32.03% from 255) = 34.18%
BLUE value IS 91 (35.94% from 255) = 38.40%
R=27.43%
G=34.18%
B=38.40%

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
Decimal6581910.290.1100.64203.0816.6730.59
Hex41515B1DB040cb111f
Octal101121133351301003132137
Binary10000011010001101101111101101101000000110010111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41515B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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