#425965

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

Shades of San Juan #425965

Tints of San Juan #425965

Color information

#425965 (or 0x425965) is unknown color: approx San Juan. HEX triplet: 42, 59 and 65. RGB value is (66,89,101). Sum of RGB (Red+Green+Blue) = 66+89+101=256 (33% of max value = 765). Red value is 66 (26.17% from 255 or 25.78% from 256); Green value is 89 (35.16% from 255 or 34.77% from 256); Blue value is 101 (39.84% from 255 or 39.45% from 256); Max value from RGB is 101 - color contains mainly: blue. Hex color #425965 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #425965 is #BDA69A. Grayscale: #535353. Windows color (decimal): -12428955 or 6641986. OLE color: 6641986.

HSL color Cylindrical-coordinate representation of color #425965: hue angle of 200.57º degrees, saturation: 0.21, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #425965 is Cyan = 0.35, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB6689101-
CMYK0.350.1200.60
HSL200.57º20.96%32.75%-
HSV(B)200.57º34.65%39.61%-
XYZ8.179.2413.67-
YUV83.49137.88115.52-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 25.78%
GREEN value IS 89 (35.16% from 255) = 34.77%
BLUE value IS 101 (39.84% from 255) = 39.45%
R=25.78%
G=34.77%
B=39.45%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal66891010.350.1200.60200.5720.9632.75
Hex42596523C03Cc91521
Octal10213114543140743112541
Binary100001010110011100101100011110001111001100100110101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #425965

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #425965; }

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

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

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

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

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

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

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

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