Html Css Color HEX #445153 Casal

📋 copy color: '#445153'

red 68 ◦ green 81 ◦ blue 83

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

Shades of Casal #445153

Tints of Casal #445153

RGB

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

 GREEN value IS 81 (32.03% from 255) = 34.91%

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

R = 29.31%
G = 34.91%
B = 35.78%

CMYK

 C value IS 0.18

 M value IS 0.02

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#445153 (or 0x445153) is known color: Casal. HEX triplet: 44, 51 and 53. RGB value is (68,81,83). Sum of RGB (Red+Green+Blue) = 68+81+83=232 (30% of max value = 765). Red value is 68 (26.95% from 255 or 29.31% from 232); Green value is 81 (32.03% from 255 or 34.91% from 232); Blue value is 83 (32.81% from 255 or 35.78% from 232); Max value from RGB is 83 - color contains mainly: blue. Hex color #445153 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #445153 is #BBAEAC. Grayscale: #4D4D4D. Windows color (decimal): -12299949 or 5460292. OLE color: 5460292.

HSL color Cylindrical-coordinate representation of color #445153: hue angle of 188º 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 #445153 is Cyan = 0.18, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 68 81 83 -
CMYK 0.18 0.02 0 0.67
HSL 188º 0.1% 0.3% -
HSV(B) 188º 0.18% 0.33% -
XYZ 6.89 7.74 9.31 -
YUV 77.34 131.19 121.34 -
System Red Green Blue C M Y K H S L
Decimal 68 81 83 0.18 0.02 0 0.67 188 0.1 0.3
Hex 44 51 53 12 2 0 43 BC A 1E
Octal 104 121 123 22 2 0 103 274 12 36
Binary 1000100 1010001 1010011 10010 10 0 1000011 10111100 1010 11110

Color Harmonies of #445153

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #445153

Black with #445153

Text Example


Text Example

White with #445153

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #445153; }

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

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

background-color css

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

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

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

border-color css

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

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

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