#425459

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

Shades of Casal #425459

Tints of Casal #425459

Color information

#425459 (or 0x425459) is unknown color: approx Casal. HEX triplet: 42, 54 and 59. RGB value is (66,84,89). Sum of RGB (Red+Green+Blue) = 66+84+89=239 (31% of max value = 765). Red value is 66 (26.17% from 255 or 27.62% from 239); Green value is 84 (33.20% from 255 or 35.15% from 239); Blue value is 89 (35.16% from 255 or 37.24% from 239); Max value from RGB is 89 - color contains mainly: blue. Hex color #425459 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #425459 is #BDABA6. Grayscale: #4F4F4F. Windows color (decimal): -12430247 or 5854274. OLE color: 5854274.

HSL color Cylindrical-coordinate representation of color #425459: hue angle of 193.04º degrees, saturation: 0.15, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #425459 is Cyan = 0.26, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB668489-
CMYK0.260.0600.65
HSL193.04º14.84%30.39%-
HSV(B)193.04º25.84%34.9%-
XYZ7.228.2210.66-
YUV79.19133.54118.59-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 27.62%
GREEN value IS 84 (33.20% from 255) = 35.15%
BLUE value IS 89 (35.16% from 255) = 37.24%
R=27.62%
G=35.15%
B=37.24%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6684890.260.0600.65193.0414.8430.39
Hex4254591A6041c1f1e
Octal10212413132601013011736
Binary100001010101001011001110101100100000111000001111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #425459

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #425459; }

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

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

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

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

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

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

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

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