#42586C

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

Shades of San Juan #42586C

Tints of San Juan #42586C

Color information

#42586C (or 0x42586C) is unknown color: approx San Juan. HEX triplet: 42, 58 and 6C. RGB value is (66,88,108). Sum of RGB (Red+Green+Blue) = 66+88+108=262 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25.19% from 262); Green value is 88 (34.77% from 255 or 33.59% from 262); Blue value is 108 (42.58% from 255 or 41.22% from 262); Max value from RGB is 108 - color contains mainly: blue. Hex color #42586C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #42586C is #BDA793. Grayscale: #535353. Windows color (decimal): -12429204 or 7100482. OLE color: 7100482.

HSL color Cylindrical-coordinate representation of color #42586C: hue angle of 208.57º degrees, saturation: 0.24, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #42586C is Cyan = 0.39, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB6688108-
CMYK0.390.1900.58
HSL208.57º24.14%34.12%-
HSV(B)208.57º38.89%42.35%-
XYZ8.449.2215.52-
YUV83.7141.71115.37-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 25.19%
GREEN value IS 88 (34.77% from 255) = 33.59%
BLUE value IS 108 (42.58% from 255) = 41.22%
R=25.19%
G=33.59%
B=41.22%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal66881080.390.1900.58208.5724.1434.12
Hex42586C271303Ad11822
Octal10213015447230723213042
Binary1000010101100011011001001111001101110101101000111000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42586C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42586C; }

 p { color: rgb(66,88,108); }

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

<style>
 a { background-color: #42586C; }

 a { background-color: rgb(66,88,108); }

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

<style>
 span { border-color: #42586C; }

 span { border-color: rgb(66,88,108); }

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