#43535B

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

Shades of San Juan #43535B

Tints of San Juan #43535B

Color information

#43535B (or 0x43535B) is unknown color: approx San Juan. HEX triplet: 43, 53 and 5B. RGB value is (67,83,91). Sum of RGB (Red+Green+Blue) = 67+83+91=241 (31% of max value = 765). Red value is 67 (26.56% from 255 or 27.80% from 241); Green value is 83 (32.81% from 255 or 34.44% from 241); Blue value is 91 (35.94% from 255 or 37.76% from 241); Max value from RGB is 91 - color contains mainly: blue. Hex color #43535B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #43535B is #BCACA4. Grayscale: #4F4F4F. Windows color (decimal): -12364965 or 5985091. OLE color: 5985091.

HSL color Cylindrical-coordinate representation of color #43535B: hue angle of 200º degrees, saturation: 0.15, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #43535B is Cyan = 0.26, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB678391-
CMYK0.260.0900.64
HSL200º15.19%30.98%-
HSV(B)200º26.37%35.69%-
XYZ7.38.1411.08-
YUV79.13134.7119.35-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 27.80%
GREEN value IS 83 (32.81% from 255) = 34.44%
BLUE value IS 91 (35.94% from 255) = 37.76%
R=27.80%
G=34.44%
B=37.76%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6783910.260.0900.6420015.1930.98
Hex43535B1A9040c8f1f
Octal103123133321101003101737
Binary1000011101001110110111101010010100000011001000111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43535B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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