#465559

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

Shades of Casal #465559

Tints of Casal #465559

Color information

#465559 (or 0x465559) is unknown color: approx Casal. HEX triplet: 46, 55 and 59. RGB value is (70,85,89). Sum of RGB (Red+Green+Blue) = 70+85+89=244 (32% of max value = 765). Red value is 70 (27.73% from 255 or 28.69% from 244); Green value is 85 (33.59% from 255 or 34.84% from 244); Blue value is 89 (35.16% from 255 or 36.48% from 244); Max value from RGB is 89 - color contains mainly: blue. Hex color #465559 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #465559 is #B9AAA6. Grayscale: #505050. Windows color (decimal): -12167847 or 5854534. OLE color: 5854534.

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

Color convert

RGB708589-
CMYK0.210.0400.65
HSL192.63º11.95%31.18%-
HSV(B)192.63º21.35%34.9%-
XYZ7.588.5210.7-
YUV80.97132.53120.17-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 28.69%
GREEN value IS 85 (33.59% from 255) = 34.84%
BLUE value IS 89 (35.16% from 255) = 36.48%
R=28.69%
G=34.84%
B=36.48%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7085890.210.0400.65192.6311.9531.18
Hex465559154041c1c1f
Octal10612513125401013011437
Binary100011010101011011001101011000100000111000001110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #465559

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #465559; }

 p { color: rgb(70,85,89); }

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

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

 a { background-color: rgb(70,85,89); }

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

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

 span { border-color: rgb(70,85,89); }

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