#42525B

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

Shades of San Juan #42525B

Tints of San Juan #42525B

Color information

#42525B (or 0x42525B) is unknown color: approx San Juan. HEX triplet: 42, 52 and 5B. RGB value is (66,82,91). Sum of RGB (Red+Green+Blue) = 66+82+91=239 (31% of max value = 765). Red value is 66 (26.17% from 255 or 27.62% from 239); Green value is 82 (32.42% from 255 or 34.31% from 239); Blue value is 91 (35.94% from 255 or 38.08% from 239); Max value from RGB is 91 - color contains mainly: blue. Hex color #42525B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #42525B is #BDADA4. Grayscale: #4E4E4E. Windows color (decimal): -12430757 or 5984834. OLE color: 5984834.

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

Color convert

RGB668291-
CMYK0.270.1000.64
HSL201.6º15.92%30.78%-
HSV(B)201.6º27.47%35.69%-
XYZ7.157.9511.05-
YUV78.24135.2119.27-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 27.62%
GREEN value IS 82 (32.42% from 255) = 34.31%
BLUE value IS 91 (35.94% from 255) = 38.08%
R=27.62%
G=34.31%
B=38.08%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6682910.270.1000.64201.615.9230.78
Hex42525B1BA040ca101f
Octal102122133331201003122037
Binary10000101010010101101111011101001000000110010101000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42525B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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