#425B66

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

Shades of San Juan #425B66

Tints of San Juan #425B66

Color information

#425B66 (or 0x425B66) is unknown color: approx San Juan. HEX triplet: 42, 5B and 66. RGB value is (66,91,102). Sum of RGB (Red+Green+Blue) = 66+91+102=259 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25.48% from 259); Green value is 91 (35.94% from 255 or 35.14% from 259); Blue value is 102 (40.23% from 255 or 39.38% from 259); Max value from RGB is 102 - color contains mainly: blue. Hex color #425B66 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #425B66 is #BDA499. Grayscale: #545454. Windows color (decimal): -12428442 or 6708034. OLE color: 6708034.

HSL color Cylindrical-coordinate representation of color #425B66: hue angle of 198.33º 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 #425B66 is Cyan = 0.35, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB6691102-
CMYK0.350.1100.6
HSL198.33º21.43%32.94%-
HSV(B)198.33º35.29%40%-
XYZ8.399.613.98-
YUV84.78137.72114.61-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 25.48%
GREEN value IS 91 (35.94% from 255) = 35.14%
BLUE value IS 102 (40.23% from 255) = 39.38%
R=25.48%
G=35.14%
B=39.38%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal66911020.350.1100.6198.3321.4332.94
Hex425B6623B03Cc61521
Octal10213314643130743062541
Binary100001010110111100110100011101101111001100011010101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #425B66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,91,102); }

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

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

 a { background-color: rgb(66,91,102); }

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

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

 span { border-color: rgb(66,91,102); }

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