#43535F

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

Shades of San Juan #43535F

Tints of San Juan #43535F

Color information

#43535F (or 0x43535F) is unknown color: approx San Juan. HEX triplet: 43, 53 and 5F. RGB value is (67,83,95). Sum of RGB (Red+Green+Blue) = 67+83+95=245 (32% of max value = 765). Red value is 67 (26.56% from 255 or 27.35% from 245); Green value is 83 (32.81% from 255 or 33.88% from 245); Blue value is 95 (37.5% from 255 or 38.78% from 245); Max value from RGB is 95 - color contains mainly: blue. Hex color #43535F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #43535F is #BCACA0. Grayscale: #4F4F4F. Windows color (decimal): -12364961 or 6247235. OLE color: 6247235.

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

Color convert

RGB678395-
CMYK0.290.1300.63
HSL205.71º17.28%31.76%-
HSV(B)205.71º29.47%37.25%-
XYZ7.478.2112.02-
YUV79.58136.7119.02-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 27.35%
GREEN value IS 83 (32.81% from 255) = 33.88%
BLUE value IS 95 (37.5% from 255) = 38.78%
R=27.35%
G=33.88%
B=38.78%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal6783950.290.1300.63205.7117.2831.76
Hex43535F1DD03Fce1120
Octal10312313735150773162140
Binary10000111010011101111111101110101111111100111010001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43535F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(67,83,95); }

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

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

 a { background-color: rgb(67,83,95); }

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

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

 span { border-color: rgb(67,83,95); }

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