#455658

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

Shades of Casal #455658

Tints of Casal #455658

Color information

#455658 (or 0x455658) is unknown color: approx Casal. HEX triplet: 45, 56 and 58. RGB value is (69,86,88). Sum of RGB (Red+Green+Blue) = 69+86+88=243 (32% of max value = 765). Red value is 69 (27.34% from 255 or 28.40% from 243); Green value is 86 (33.98% from 255 or 35.39% from 243); Blue value is 88 (34.77% from 255 or 36.21% from 243); Max value from RGB is 88 - color contains mainly: blue. Hex color #455658 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #455658 is #BAA9A7. Grayscale: #515151. Windows color (decimal): -12233128 or 5789253. OLE color: 5789253.

HSL color Cylindrical-coordinate representation of color #455658: hue angle of 186.32º degrees, saturation: 0.12, 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 #455658 is Cyan = 0.22, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB698688-
CMYK0.220.0200.65
HSL186.32º12.1%30.78%-
HSV(B)186.32º21.59%34.51%-
XYZ7.548.6310.5-
YUV81.14131.87119.34-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 28.40%
GREEN value IS 86 (33.98% from 255) = 35.39%
BLUE value IS 88 (34.77% from 255) = 36.21%
R=28.40%
G=35.39%
B=36.21%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6986880.220.0200.65186.3212.130.78
Hex455658162041bac1f
Octal10512613026201012721437
Binary10001011010110101100010110100100000110111010110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #455658

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #455658; }

 p { color: rgb(69,86,88); }

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

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

 a { background-color: rgb(69,86,88); }

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

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

 span { border-color: rgb(69,86,88); }

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