#42555D

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

Shades of San Juan #42555D

Tints of San Juan #42555D

Color information

#42555D (or 0x42555D) is unknown color: approx San Juan. HEX triplet: 42, 55 and 5D. RGB value is (66,85,93). Sum of RGB (Red+Green+Blue) = 66+85+93=244 (32% of max value = 765). Red value is 66 (26.17% from 255 or 27.05% from 244); Green value is 85 (33.59% from 255 or 34.84% from 244); Blue value is 93 (36.72% from 255 or 38.11% from 244); Max value from RGB is 93 - color contains mainly: blue. Hex color #42555D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #42555D is #BDAAA2. Grayscale: #505050. Windows color (decimal): -12429987 or 6116674. OLE color: 6116674.

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

Color convert

RGB668593-
CMYK0.290.0900.64
HSL197.78º16.98%31.18%-
HSV(B)197.78º29.03%36.47%-
XYZ7.478.4511.59-
YUV80.23135.21117.85-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 27.05%
GREEN value IS 85 (33.59% from 255) = 34.84%
BLUE value IS 93 (36.72% from 255) = 38.11%
R=27.05%
G=34.84%
B=38.11%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6685930.290.0900.64197.7816.9831.18
Hex42555D1D9040c6111f
Octal102125135351101003062137
Binary10000101010101101110111101100101000000110001101000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42555D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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