#42525D

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

Shades of San Juan #42525D

Tints of San Juan #42525D

Color information

#42525D (or 0x42525D) is unknown color: approx San Juan. HEX triplet: 42, 52 and 5D. RGB value is (66,82,93). Sum of RGB (Red+Green+Blue) = 66+82+93=241 (31% of max value = 765). Red value is 66 (26.17% from 255 or 27.39% from 241); Green value is 82 (32.42% from 255 or 34.02% from 241); Blue value is 93 (36.72% from 255 or 38.59% from 241); Max value from RGB is 93 - color contains mainly: blue. Hex color #42525D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #42525D is #BDADA2. Grayscale: #4E4E4E. Windows color (decimal): -12430755 or 6115906. OLE color: 6115906.

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

Color convert

RGB668293-
CMYK0.290.1200.64
HSL204.44º16.98%31.18%-
HSV(B)204.44º29.03%36.47%-
XYZ7.247.9811.52-
YUV78.47136.2119.11-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 27.39%
GREEN value IS 82 (32.42% from 255) = 34.02%
BLUE value IS 93 (36.72% from 255) = 38.59%
R=27.39%
G=34.02%
B=38.59%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6682930.290.1200.64204.4416.9831.18
Hex42525D1DC040cc111f
Octal102122135351401003142137
Binary10000101010010101110111101110001000000110011001000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42525D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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