#42555F

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

Shades of San Juan #42555F

Tints of San Juan #42555F

Color information

#42555F (or 0x42555F) is unknown color: approx San Juan. HEX triplet: 42, 55 and 5F. RGB value is (66,85,95). Sum of RGB (Red+Green+Blue) = 66+85+95=246 (32% of max value = 765). Red value is 66 (26.17% from 255 or 26.83% from 246); Green value is 85 (33.59% from 255 or 34.55% from 246); Blue value is 95 (37.5% from 255 or 38.62% from 246); Max value from RGB is 95 - color contains mainly: blue. Hex color #42555F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #42555F is #BDAAA0. Grayscale: #505050. Windows color (decimal): -12429985 or 6247746. OLE color: 6247746.

HSL color Cylindrical-coordinate representation of color #42555F: hue angle of 200.69º degrees, saturation: 0.18, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #42555F is Cyan = 0.31, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB668595-
CMYK0.310.1100.63
HSL200.69º18.01%31.57%-
HSV(B)200.69º30.53%37.25%-
XYZ7.568.4812.07-
YUV80.46136.21117.69-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 26.83%
GREEN value IS 85 (33.59% from 255) = 34.55%
BLUE value IS 95 (37.5% from 255) = 38.62%
R=26.83%
G=34.55%
B=38.62%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal6685950.310.1100.63200.6918.0131.57
Hex42555F1FB03Fc91220
Octal10212513737130773112240
Binary10000101010101101111111111101101111111100100110010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42555F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42555F; }

 p { color: rgb(66,85,95); }

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

<style>
 a { background-color: #42555F; }

 a { background-color: rgb(66,85,95); }

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

<style>
 span { border-color: #42555F; }

 span { border-color: rgb(66,85,95); }

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