#42515B

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

Shades of San Juan #42515B

Tints of San Juan #42515B

Color information

#42515B (or 0x42515B) is unknown color: approx San Juan. HEX triplet: 42, 51 and 5B. RGB value is (66,81,91). Sum of RGB (Red+Green+Blue) = 66+81+91=238 (31% of max value = 765). Red value is 66 (26.17% from 255 or 27.73% from 238); Green value is 81 (32.03% from 255 or 34.03% from 238); Blue value is 91 (35.94% from 255 or 38.24% from 238); Max value from RGB is 91 - color contains mainly: blue. Hex color #42515B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #42515B is #BDAEA4. Grayscale: #4D4D4D. Windows color (decimal): -12431013 or 5984578. OLE color: 5984578.

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

Color convert

RGB668191-
CMYK0.270.1100.64
HSL204º15.92%30.78%-
HSV(B)204º27.47%35.69%-
XYZ7.087.811.03-
YUV77.65135.53119.69-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 27.73%
GREEN value IS 81 (32.03% from 255) = 34.03%
BLUE value IS 91 (35.94% from 255) = 38.24%
R=27.73%
G=34.03%
B=38.24%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6681910.270.1100.6420415.9230.78
Hex42515B1BB040cc101f
Octal102121133331301003142037
Binary10000101010001101101111011101101000000110011001000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42515B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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