#425456

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

Shades of Casal #425456

Tints of Casal #425456

Color information

#425456 (or 0x425456) is unknown color: approx Casal. HEX triplet: 42, 54 and 56. RGB value is (66,84,86). Sum of RGB (Red+Green+Blue) = 66+84+86=236 (31% of max value = 765). Red value is 66 (26.17% from 255 or 27.97% from 236); Green value is 84 (33.20% from 255 or 35.59% from 236); Blue value is 86 (33.98% from 255 or 36.44% from 236); Max value from RGB is 86 - color contains mainly: blue. Hex color #425456 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #425456 is #BDABA9. Grayscale: #4E4E4E. Windows color (decimal): -12430250 or 5657666. OLE color: 5657666.

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

Color convert

RGB668486-
CMYK0.230.0200.66
HSL186º13.16%29.8%-
HSV(B)186º23.26%33.73%-
XYZ7.18.1710.01-
YUV78.85132.04118.84-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 27.97%
GREEN value IS 84 (33.20% from 255) = 35.59%
BLUE value IS 86 (33.98% from 255) = 36.44%
R=27.97%
G=35.59%
B=36.44%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal6684860.230.0200.6618613.1629.8
Hex425456172042bad1e
Octal10212412627201022721536
Binary10000101010100101011010111100100001010111010110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #425456

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #425456; }

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

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

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

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

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

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

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

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