#425254

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

Shades of Casal #425254

Tints of Casal #425254

Color information

#425254 (or 0x425254) is unknown color: approx Casal. HEX triplet: 42, 52 and 54. RGB value is (66,82,84). Sum of RGB (Red+Green+Blue) = 66+82+84=232 (30% of max value = 765). Red value is 66 (26.17% from 255 or 28.45% from 232); Green value is 82 (32.42% from 255 or 35.34% from 232); Blue value is 84 (33.20% from 255 or 36.21% from 232); Max value from RGB is 84 - color contains mainly: blue. Hex color #425254 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #425254 is #BDADAB. Grayscale: #4D4D4D. Windows color (decimal): -12430764 or 5526082. OLE color: 5526082.

HSL color Cylindrical-coordinate representation of color #425254: hue angle of 186.67º degrees, saturation: 0.12, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #425254 is Cyan = 0.21, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB668284-
CMYK0.210.0200.67
HSL186.67º12%29.41%-
HSV(B)186.67º21.43%32.94%-
XYZ6.867.839.54-
YUV77.44131.7119.84-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 28.45%
GREEN value IS 82 (32.42% from 255) = 35.34%
BLUE value IS 84 (33.20% from 255) = 36.21%
R=28.45%
G=35.34%
B=36.21%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6682840.210.0200.67186.671229.41
Hex425254152043bbc1d
Octal10212212425201032731435
Binary10000101010010101010010101100100001110111011110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #425254

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #425254; }

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

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

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

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

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

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

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

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