#455459

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

Shades of Casal #455459

Tints of Casal #455459

Color information

#455459 (or 0x455459) is unknown color: approx Casal. HEX triplet: 45, 54 and 59. RGB value is (69,84,89). Sum of RGB (Red+Green+Blue) = 69+84+89=242 (32% of max value = 765). Red value is 69 (27.34% from 255 or 28.51% from 242); Green value is 84 (33.20% from 255 or 34.71% from 242); Blue value is 89 (35.16% from 255 or 36.78% from 242); Max value from RGB is 89 - color contains mainly: blue. Hex color #455459 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #455459 is #BAABA6. Grayscale: #505050. Windows color (decimal): -12233639 or 5854277. OLE color: 5854277.

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

Color convert

RGB698489-
CMYK0.220.0600.65
HSL195º12.66%30.98%-
HSV(B)195º22.47%34.9%-
XYZ7.438.3310.67-
YUV80.08133.03120.09-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 28.51%
GREEN value IS 84 (33.20% from 255) = 34.71%
BLUE value IS 89 (35.16% from 255) = 36.78%
R=28.51%
G=34.71%
B=36.78%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6984890.220.0600.6519512.6630.98
Hex455459166041c3d1f
Octal10512413126601013031537
Binary100010110101001011001101101100100000111000011110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #455459

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #455459; }

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

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

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

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

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

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

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

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