#42575F

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

Shades of San Juan #42575F

Tints of San Juan #42575F

Color information

#42575F (or 0x42575F) is unknown color: approx San Juan. HEX triplet: 42, 57 and 5F. RGB value is (66,87,95). Sum of RGB (Red+Green+Blue) = 66+87+95=248 (32% of max value = 765). Red value is 66 (26.17% from 255 or 26.61% from 248); Green value is 87 (34.38% from 255 or 35.08% from 248); Blue value is 95 (37.5% from 255 or 38.31% from 248); Max value from RGB is 95 - color contains mainly: blue. Hex color #42575F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #42575F is #BDA8A0. Grayscale: #515151. Windows color (decimal): -12429473 or 6248258. OLE color: 6248258.

HSL color Cylindrical-coordinate representation of color #42575F: hue angle of 196.55º 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 #42575F is Cyan = 0.31, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB668795-
CMYK0.310.0800.63
HSL196.55º18.01%31.57%-
HSV(B)196.55º30.53%37.25%-
XYZ7.728.812.12-
YUV81.63135.54116.85-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 26.61%
GREEN value IS 87 (34.38% from 255) = 35.08%
BLUE value IS 95 (37.5% from 255) = 38.31%
R=26.61%
G=35.08%
B=38.31%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal6687950.310.0800.63196.5518.0131.57
Hex42575F1F803Fc51220
Octal10212713737100773052240
Binary10000101010111101111111111100001111111100010110010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42575F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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