#425660

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

Shades of San Juan #425660

Tints of San Juan #425660

Color information

#425660 (or 0x425660) is unknown color: approx San Juan. HEX triplet: 42, 56 and 60. RGB value is (66,86,96). Sum of RGB (Red+Green+Blue) = 66+86+96=248 (32% of max value = 765). Red value is 66 (26.17% from 255 or 26.61% from 248); Green value is 86 (33.98% from 255 or 34.68% from 248); Blue value is 96 (37.89% from 255 or 38.71% from 248); Max value from RGB is 96 - color contains mainly: blue. Hex color #425660 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #425660 is #BDA99F. Grayscale: #515151. Windows color (decimal): -12429728 or 6313538. OLE color: 6313538.

HSL color Cylindrical-coordinate representation of color #425660: hue angle of 200º degrees, saturation: 0.19, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #425660 is Cyan = 0.31, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB668696-
CMYK0.310.1000.62
HSL200º18.52%31.76%-
HSV(B)200º31.25%37.65%-
XYZ7.698.6612.33-
YUV81.16136.37117.19-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 26.61%
GREEN value IS 86 (33.98% from 255) = 34.68%
BLUE value IS 96 (37.89% from 255) = 38.71%
R=26.61%
G=34.68%
B=38.71%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6686960.310.1000.6220018.5231.76
Hex4256601FA03Ec81320
Octal10212614037120763102340
Binary10000101010110110000011111101001111101100100010011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #425660

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #425660; }

 p { color: rgb(66,86,96); }

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

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

 a { background-color: rgb(66,86,96); }

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

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

 span { border-color: rgb(66,86,96); }

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