#425457

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

Shades of Casal #425457

Tints of Casal #425457

Color information

#425457 (or 0x425457) is unknown color: approx Casal. HEX triplet: 42, 54 and 57. RGB value is (66,84,87). Sum of RGB (Red+Green+Blue) = 66+84+87=237 (31% of max value = 765). Red value is 66 (26.17% from 255 or 27.85% from 237); Green value is 84 (33.20% from 255 or 35.44% from 237); Blue value is 87 (34.38% from 255 or 36.71% from 237); Max value from RGB is 87 - color contains mainly: blue. Hex color #425457 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #425457 is #BDABA8. Grayscale: #4E4E4E. Windows color (decimal): -12430249 or 5723202. OLE color: 5723202.

HSL color Cylindrical-coordinate representation of color #425457: hue angle of 188.57º degrees, saturation: 0.14, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #425457 is Cyan = 0.24, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB668487-
CMYK0.240.0300.66
HSL188.57º13.73%30%-
HSV(B)188.57º24.14%34.12%-
XYZ7.148.1910.22-
YUV78.96132.54118.76-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 27.85%
GREEN value IS 84 (33.20% from 255) = 35.44%
BLUE value IS 87 (34.38% from 255) = 36.71%
R=27.85%
G=35.44%
B=36.71%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal6684870.240.0300.66188.5713.7330
Hex425457183042bde1e
Octal10212412730301022751636
Binary10000101010100101011111000110100001010111101111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #425457

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #425457; }

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

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

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

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

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

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

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

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