#445052

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

Shades of Casal #445052

Tints of Casal #445052

Color information

#445052 (or 0x445052) is unknown color: approx Casal. HEX triplet: 44, 50 and 52. RGB value is (68,80,82). Sum of RGB (Red+Green+Blue) = 68+80+82=230 (30% of max value = 765). Red value is 68 (26.95% from 255 or 29.57% from 230); Green value is 80 (31.64% from 255 or 34.78% from 230); Blue value is 82 (32.42% from 255 or 35.65% from 230); Max value from RGB is 82 - color contains mainly: blue. Hex color #445052 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #445052 is #BBAFAD. Grayscale: #4C4C4C. Windows color (decimal): -12300206 or 5394500. OLE color: 5394500.

HSL color Cylindrical-coordinate representation of color #445052: hue angle of 188.57º degrees, saturation: 0.09, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #445052 is Cyan = 0.17, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB688082-
CMYK0.170.0200.68
HSL188.57º9.33%29.41%-
HSV(B)188.57º17.07%32.16%-
XYZ6.787.589.09-
YUV76.64131.02121.84-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 29.57%
GREEN value IS 80 (31.64% from 255) = 34.78%
BLUE value IS 82 (32.42% from 255) = 35.65%
R=29.57%
G=34.78%
B=35.65%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal6880820.170.0200.68188.579.3329.41
Hex445052112044bd91d
Octal10412012221201042751135
Binary10001001010000101001010001100100010010111101100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #445052

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #445052; }

 p { color: rgb(68,80,82); }

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

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

 a { background-color: rgb(68,80,82); }

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

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

 span { border-color: rgb(68,80,82); }

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