Html Css Color HEX #445053 Casal

📋 copy color: '#445053'

red 68 ◦ green 80 ◦ blue 83

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

Shades of Casal #445053

Tints of Casal #445053

RGB

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

 GREEN value IS 80 (31.64% from 255) = 34.63%

 BLUE value IS 83 (32.81% from 255) = 35.93%

R = 29.44%
G = 34.63%
B = 35.93%

CMYK

 C value IS 0.18

 M value IS 0.04

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#445053 (or 0x445053) is known color: Casal. HEX triplet: 44, 50 and 53. RGB value is (68,80,83). Sum of RGB (Red+Green+Blue) = 68+80+83=231 (30% of max value = 765). Red value is 68 (26.95% from 255 or 29.44% from 231); Green value is 80 (31.64% from 255 or 34.63% from 231); Blue value is 83 (32.81% from 255 or 35.93% from 231); Max value from RGB is 83 - color contains mainly: blue. Hex color #445053 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #445053 is #BBAFAC. Grayscale: #4C4C4C. Windows color (decimal): -12300205 or 5460036. OLE color: 5460036.

HSL color Cylindrical-coordinate representation of color #445053: hue angle of 192º degrees, saturation: 0.1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #445053 is Cyan = 0.18, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 68 80 83 -
CMYK 0.18 0.04 0 0.67
HSL 192º 0.1% 0.3% -
HSV(B) 192º 0.18% 0.33% -
XYZ 6.81 7.59 9.29 -
YUV 76.75 131.52 121.76 -
System Red Green Blue C M Y K H S L
Decimal 68 80 83 0.18 0.04 0 0.67 192 0.1 0.3
Hex 44 50 53 12 4 0 43 C0 A 1E
Octal 104 120 123 22 4 0 103 300 12 36
Binary 1000100 1010000 1010011 10010 100 0 1000011 11000000 1010 11110

Color Harmonies of #445053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #445053

Black with #445053

Text Example


Text Example

White with #445053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #445053; }

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

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

background-color css

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

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

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

border-color css

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

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

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