#445358

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

Shades of Casal #445358

Tints of Casal #445358

Color information

#445358 (or 0x445358) is unknown color: approx Casal. HEX triplet: 44, 53 and 58. RGB value is (68,83,88). Sum of RGB (Red+Green+Blue) = 68+83+88=239 (31% of max value = 765). Red value is 68 (26.95% from 255 or 28.45% from 239); Green value is 83 (32.81% from 255 or 34.73% from 239); Blue value is 88 (34.77% from 255 or 36.82% from 239); Max value from RGB is 88 - color contains mainly: blue. Hex color #445358 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #445358 is #BBACA7. Grayscale: #4F4F4F. Windows color (decimal): -12299432 or 5788484. OLE color: 5788484.

HSL color Cylindrical-coordinate representation of color #445358: 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.23%. Process color model (Four color, CMYK) of #445358 is Cyan = 0.23, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB688388-
CMYK0.230.0600.65
HSL195º12.82%30.59%-
HSV(B)195º22.73%34.51%-
XYZ7.248.1210.42-
YUV79.08133.03120.09-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 28.45%
GREEN value IS 83 (32.81% from 255) = 34.73%
BLUE value IS 88 (34.77% from 255) = 36.82%
R=28.45%
G=34.73%
B=36.82%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6883880.230.0600.6519512.8230.59
Hex445358176041c3d1f
Octal10412313027601013031537
Binary100010010100111011000101111100100000111000011110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #445358

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #445358; }

 p { color: rgb(68,83,88); }

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

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

 a { background-color: rgb(68,83,88); }

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

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

 span { border-color: rgb(68,83,88); }

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