#425765

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

Shades of San Juan #425765

Tints of San Juan #425765

Color information

#425765 (or 0x425765) is unknown color: approx San Juan. HEX triplet: 42, 57 and 65. RGB value is (66,87,101). Sum of RGB (Red+Green+Blue) = 66+87+101=254 (33% of max value = 765). Red value is 66 (26.17% from 255 or 25.98% from 254); Green value is 87 (34.38% from 255 or 34.25% from 254); Blue value is 101 (39.84% from 255 or 39.76% from 254); Max value from RGB is 101 - color contains mainly: blue. Hex color #425765 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #425765 is #BDA89A. Grayscale: #525252. Windows color (decimal): -12429467 or 6641474. OLE color: 6641474.

HSL color Cylindrical-coordinate representation of color #425765: hue angle of 204º 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 #425765 is Cyan = 0.35, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB6687101-
CMYK0.350.1400.60
HSL204º20.96%32.75%-
HSV(B)204º34.65%39.61%-
XYZ88.9113.61-
YUV82.32138.54116.36-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 25.98%
GREEN value IS 87 (34.38% from 255) = 34.25%
BLUE value IS 101 (39.84% from 255) = 39.76%
R=25.98%
G=34.25%
B=39.76%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal66871010.350.1400.6020420.9632.75
Hex42576523E03Ccc1521
Octal10212714543160743142541
Binary100001010101111100101100011111001111001100110010101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #425765

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #425765; }

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

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

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

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

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

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

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

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