Html Css Color HEX #445458 Casal

📋 copy color: '#445458'

red 68 ◦ green 84 ◦ blue 88

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

Shades of Casal #445458

Tints of Casal #445458

RGB

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

 GREEN value IS 84 (33.2% from 255) = 35%

 BLUE value IS 88 (34.77% from 255) = 36.67%

R = 28.33%
G = 35%
B = 36.67%

CMYK

 C value IS 0.23

 M value IS 0.05

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#445458 (or 0x445458) is known color: Casal. HEX triplet: 44, 54 and 58. RGB value is (68,84,88). Sum of RGB (Red+Green+Blue) = 68+84+88=240 (31% of max value = 765). Red value is 68 (26.95% from 255 or 28.33% from 240); Green value is 84 (33.20% from 255 or 35% from 240); Blue value is 88 (34.77% from 255 or 36.67% from 240); Max value from RGB is 88 - color contains mainly: blue. Hex color #445458 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #445458 is #BBABA7. Grayscale: #4F4F4F. Windows color (decimal): -12299176 or 5788740. OLE color: 5788740.

HSL color Cylindrical-coordinate representation of color #445458: hue angle of 192º 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 #445458 is Cyan = 0.23, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 68 84 88 -
CMYK 0.23 0.05 0 0.65
HSL 192º 0.13% 0.31% -
HSV(B) 192º 0.23% 0.35% -
XYZ 7.32 8.27 10.44 -
YUV 79.67 132.7 119.67 -
System Red Green Blue C M Y K H S L
Decimal 68 84 88 0.23 0.05 0 0.65 192 0.13 0.31
Hex 44 54 58 17 5 0 41 C0 D 1F
Octal 104 124 130 27 5 0 101 300 15 37
Binary 1000100 1010100 1011000 10111 101 0 1000001 11000000 1101 11111

Color Harmonies of #445458

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #445458

Black with #445458

Text Example


Text Example

White with #445458

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #445458; }

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

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

background-color css

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

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

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

border-color css

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

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

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