#425159

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

Shades of San Juan #425159

Tints of San Juan #425159

Color information

#425159 (or 0x425159) is unknown color: approx San Juan. HEX triplet: 42, 51 and 59. RGB value is (66,81,89). Sum of RGB (Red+Green+Blue) = 66+81+89=236 (31% of max value = 765). Red value is 66 (26.17% from 255 or 27.97% from 236); Green value is 81 (32.03% from 255 or 34.32% from 236); Blue value is 89 (35.16% from 255 or 37.71% from 236); Max value from RGB is 89 - color contains mainly: blue. Hex color #425159 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #425159 is #BDAEA6. Grayscale: #4D4D4D. Windows color (decimal): -12431015 or 5853506. OLE color: 5853506.

HSL color Cylindrical-coordinate representation of color #425159: hue angle of 200.87º degrees, saturation: 0.15, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #425159 is Cyan = 0.26, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB668189-
CMYK0.260.0900.65
HSL200.87º14.84%30.39%-
HSV(B)200.87º25.84%34.9%-
XYZ6.997.7610.58-
YUV77.43134.53119.85-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 27.97%
GREEN value IS 81 (32.03% from 255) = 34.32%
BLUE value IS 89 (35.16% from 255) = 37.71%
R=27.97%
G=34.32%
B=37.71%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6681890.260.0900.65200.8714.8430.39
Hex4251591A9041c9f1e
Octal102121131321101013111736
Binary1000010101000110110011101010010100000111001001111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #425159

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #425159; }

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

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

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

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

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

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

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

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