#425860

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

Shades of San Juan #425860

Tints of San Juan #425860

Color information

#425860 (or 0x425860) is unknown color: approx San Juan. HEX triplet: 42, 58 and 60. RGB value is (66,88,96). Sum of RGB (Red+Green+Blue) = 66+88+96=250 (33% of max value = 765). Red value is 66 (26.17% from 255 or 26.4% from 250); Green value is 88 (34.77% from 255 or 35.2% from 250); Blue value is 96 (37.89% from 255 or 38.4% from 250); Max value from RGB is 96 - color contains mainly: blue. Hex color #425860 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #425860 is #BDA79F. Grayscale: #525252. Windows color (decimal): -12429216 or 6314050. OLE color: 6314050.

HSL color Cylindrical-coordinate representation of color #425860: hue angle of 196º 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 #425860 is Cyan = 0.31, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB668896-
CMYK0.310.0800.62
HSL196º18.52%31.76%-
HSV(B)196º31.25%37.65%-
XYZ7.858.9812.39-
YUV82.33135.71116.35-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 26.4%
GREEN value IS 88 (34.77% from 255) = 35.2%
BLUE value IS 96 (37.89% from 255) = 38.4%
R=26.4%
G=35.2%
B=38.4%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6688960.310.0800.6219618.5231.76
Hex4258601F803Ec41320
Octal10213014037100763042340
Binary10000101011000110000011111100001111101100010010011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #425860

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #425860; }

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

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

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

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

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

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

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

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