Html Css Color HEX #445356 Casal

📋 copy color: '#445356'

red 68 ◦ green 83 ◦ blue 86

#445356
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Casal #445356

Tints of Casal #445356

RGB

 RED value IS 68 (26.95% from 255) = 28.69%

 GREEN value IS 83 (32.81% from 255) = 35.02%

 BLUE value IS 86 (33.98% from 255) = 36.29%

R = 28.69%
G = 35.02%
B = 36.29%

CMYK

 C value IS 0.21

 M value IS 0.03

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#445356 (or 0x445356) is known color: Casal. HEX triplet: 44, 53 and 56. RGB value is (68,83,86). Sum of RGB (Red+Green+Blue) = 68+83+86=237 (31% of max value = 765). Red value is 68 (26.95% from 255 or 28.69% from 237); Green value is 83 (32.81% from 255 or 35.02% from 237); Blue value is 86 (33.98% from 255 or 36.29% from 237); Max value from RGB is 86 - color contains mainly: blue. Hex color #445356 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #445356 is #BBACA9. Grayscale: #4E4E4E. Windows color (decimal): -12299434 or 5657412. OLE color: 5657412.

HSL color Cylindrical-coordinate representation of color #445356: hue angle of 190º degrees, saturation: 0.12, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #445356 is Cyan = 0.21, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 68 83 86 -
CMYK 0.21 0.03 0 0.66
HSL 190º 0.12% 0.3% -
HSV(B) 190º 0.21% 0.34% -
XYZ 7.16 8.09 9.99 -
YUV 78.86 132.03 120.26 -
System Red Green Blue C M Y K H S L
Decimal 68 83 86 0.21 0.03 0 0.66 190 0.12 0.3
Hex 44 53 56 15 3 0 42 BE C 1E
Octal 104 123 126 25 3 0 102 276 14 36
Binary 1000100 1010011 1010110 10101 11 0 1000010 10111110 1100 11110

Color Harmonies of #445356

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #445356

Black with #445356

Text Example


Text Example

White with #445356

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #445356; }

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

 H1.HeaderClassName
 {
   color: #445356;
 }
 .AnyTagClassName
 {
   color: #445356;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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