#425D69

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

Shades of San Juan #425D69

Tints of San Juan #425D69

Color information

#425D69 (or 0x425D69) is unknown color: approx San Juan. HEX triplet: 42, 5D and 69. RGB value is (66,93,105). Sum of RGB (Red+Green+Blue) = 66+93+105=264 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25% from 264); Green value is 93 (36.72% from 255 or 35.23% from 264); Blue value is 105 (41.41% from 255 or 39.77% from 264); Max value from RGB is 105 - color contains mainly: blue. Hex color #425D69 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #425D69 is #BDA296. Grayscale: #565656. Windows color (decimal): -12427927 or 6905154. OLE color: 6905154.

HSL color Cylindrical-coordinate representation of color #425D69: hue angle of 198.46º degrees, saturation: 0.23, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #425D69 is Cyan = 0.37, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB6693105-
CMYK0.370.1100.59
HSL198.46º22.81%33.53%-
HSV(B)198.46º37.14%41.18%-
XYZ8.7110.0114.84-
YUV86.29138.55113.52-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 25%
GREEN value IS 93 (36.72% from 255) = 35.23%
BLUE value IS 105 (41.41% from 255) = 39.77%
R=25%
G=35.23%
B=39.77%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal66931050.370.1100.59198.4622.8133.53
Hex425D6925B03Bc61722
Octal10213515145130733062742
Binary100001010111011101001100101101101110111100011010111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #425D69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #425D69; }

 p { color: rgb(66,93,105); }

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

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

 a { background-color: rgb(66,93,105); }

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

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

 span { border-color: rgb(66,93,105); }

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