#42535B

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

Shades of San Juan #42535B

Tints of San Juan #42535B

Color information

#42535B (or 0x42535B) is unknown color: approx San Juan. HEX triplet: 42, 53 and 5B. RGB value is (66,83,91). Sum of RGB (Red+Green+Blue) = 66+83+91=240 (31% of max value = 765). Red value is 66 (26.17% from 255 or 27.5% from 240); Green value is 83 (32.81% from 255 or 34.58% from 240); Blue value is 91 (35.94% from 255 or 37.92% from 240); Max value from RGB is 91 - color contains mainly: blue. Hex color #42535B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #42535B is #BDACA4. Grayscale: #4E4E4E. Windows color (decimal): -12430501 or 5985090. OLE color: 5985090.

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

Color convert

RGB668391-
CMYK0.270.0900.64
HSL199.2º15.92%30.78%-
HSV(B)199.2º27.47%35.69%-
XYZ7.238.111.08-
YUV78.83134.87118.85-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 27.5%
GREEN value IS 83 (32.81% from 255) = 34.58%
BLUE value IS 91 (35.94% from 255) = 37.92%
R=27.5%
G=34.58%
B=37.92%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6683910.270.0900.64199.215.9230.78
Hex42535B1B9040c7101f
Octal102123133331101003072037
Binary10000101010011101101111011100101000000110001111000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42535B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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