#42545D

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

Shades of San Juan #42545D

Tints of San Juan #42545D

Color information

#42545D (or 0x42545D) is unknown color: approx San Juan. HEX triplet: 42, 54 and 5D. RGB value is (66,84,93). Sum of RGB (Red+Green+Blue) = 66+84+93=243 (32% of max value = 765). Red value is 66 (26.17% from 255 or 27.16% from 243); Green value is 84 (33.20% from 255 or 34.57% from 243); Blue value is 93 (36.72% from 255 or 38.27% from 243); Max value from RGB is 93 - color contains mainly: blue. Hex color #42545D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #42545D is #BDABA2. Grayscale: #4F4F4F. Windows color (decimal): -12430243 or 6116418. OLE color: 6116418.

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

Color convert

RGB668493-
CMYK0.290.1000.64
HSL200º16.98%31.18%-
HSV(B)200º29.03%36.47%-
XYZ7.398.2911.57-
YUV79.64135.54118.27-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 27.16%
GREEN value IS 84 (33.20% from 255) = 34.57%
BLUE value IS 93 (36.72% from 255) = 38.27%
R=27.16%
G=34.57%
B=38.27%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6684930.290.1000.6420016.9831.18
Hex42545D1DA040c8111f
Octal102124135351201003102137
Binary10000101010100101110111101101001000000110010001000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42545D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42545D; }

 p { color: rgb(66,84,93); }

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

<style>
 a { background-color: #42545D; }

 a { background-color: rgb(66,84,93); }

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

<style>
 span { border-color: #42545D; }

 span { border-color: rgb(66,84,93); }

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