#425154

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

Shades of Casal #425154

Tints of Casal #425154

Color information

#425154 (or 0x425154) is unknown color: approx Casal. HEX triplet: 42, 51 and 54. RGB value is (66,81,84). Sum of RGB (Red+Green+Blue) = 66+81+84=231 (30% of max value = 765). Red value is 66 (26.17% from 255 or 28.57% from 231); Green value is 81 (32.03% from 255 or 35.06% from 231); Blue value is 84 (33.20% from 255 or 36.36% from 231); Max value from RGB is 84 - color contains mainly: blue. Hex color #425154 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #425154 is #BDAEAB. Grayscale: #4C4C4C. Windows color (decimal): -12431020 or 5525826. OLE color: 5525826.

HSL color Cylindrical-coordinate representation of color #425154: hue angle of 190º 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 #425154 is Cyan = 0.21, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB668184-
CMYK0.210.0400.67
HSL190º12%29.41%-
HSV(B)190º21.43%32.94%-
XYZ6.797.689.51-
YUV76.86132.03120.26-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 28.57%
GREEN value IS 81 (32.03% from 255) = 35.06%
BLUE value IS 84 (33.20% from 255) = 36.36%
R=28.57%
G=35.06%
B=36.36%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6681840.210.0400.671901229.41
Hex425154154043bec1d
Octal10212112425401032761435
Binary100001010100011010100101011000100001110111110110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #425154

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #425154; }

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

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

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

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

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

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

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

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