#45585D

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

Shades of Casal #45585D

Tints of Casal #45585D

Color information

#45585D (or 0x45585D) is unknown color: approx Casal. HEX triplet: 45, 58 and 5D. RGB value is (69,88,93). Sum of RGB (Red+Green+Blue) = 69+88+93=250 (33% of max value = 765). Red value is 69 (27.34% from 255 or 27.6% from 250); Green value is 88 (34.77% from 255 or 35.2% from 250); Blue value is 93 (36.72% from 255 or 37.2% from 250); Max value from RGB is 93 - color contains mainly: blue. Hex color #45585D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #45585D is #BAA7A2. Grayscale: #525252. Windows color (decimal): -12232611 or 6117445. OLE color: 6117445.

HSL color Cylindrical-coordinate representation of color #45585D: hue angle of 192.5º degrees, saturation: 0.15, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #45585D is Cyan = 0.26, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB698893-
CMYK0.260.0500.64
HSL192.5º14.81%31.76%-
HSV(B)192.5º25.81%36.47%-
XYZ7.929.0311.68-
YUV82.89133.71118.09-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 27.6%
GREEN value IS 88 (34.77% from 255) = 35.2%
BLUE value IS 93 (36.72% from 255) = 37.2%
R=27.6%
G=35.2%
B=37.2%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6988930.260.0500.64192.514.8131.76
Hex45585D1A5040c0f20
Octal10513013532501003001740
Binary1000101101100010111011101010101000000110000001111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45585D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #45585D; }

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

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

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

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

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

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

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

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