Html Css Color HEX #445A60 Casal

📋 copy color: '#445A60'

red 68 ◦ green 90 ◦ blue 96

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

Shades of Casal #445A60

Tints of Casal #445A60

RGB

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

 GREEN value IS 90 (35.55% from 255) = 35.43%

 BLUE value IS 96 (37.89% from 255) = 37.8%

R = 26.77%
G = 35.43%
B = 37.8%

CMYK

 C value IS 0.29

 M value IS 0.06

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#445A60 (or 0x445A60) is known color: Casal. HEX triplet: 44, 5A and 60. RGB value is (68,90,96). Sum of RGB (Red+Green+Blue) = 68+90+96=254 (33% of max value = 765). Red value is 68 (26.95% from 255 or 26.77% from 254); Green value is 90 (35.55% from 255 or 35.43% from 254); Blue value is 96 (37.89% from 255 or 37.80% from 254); Max value from RGB is 96 - color contains mainly: blue. Hex color #445A60 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #445A60 is #BBA59F. Grayscale: #545454. Windows color (decimal): -12297632 or 6314564. OLE color: 6314564.

HSL color Cylindrical-coordinate representation of color #445A60: hue angle of 192.86º degrees, saturation: 0.17, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #445A60 is Cyan = 0.29, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 68 90 96 -
CMYK 0.29 0.06 0 0.62
HSL 192.86º 0.17% 0.32% -
HSV(B) 192.86º 0.29% 0.38% -
XYZ 8.15 9.39 12.45 -
YUV 84.11 134.71 116.51 -
System Red Green Blue C M Y K H S L
Decimal 68 90 96 0.29 0.06 0 0.62 192.86 0.17 0.32
Hex 44 5A 60 1D 6 0 3E C1 11 20
Octal 104 132 140 35 6 0 76 301 21 40
Binary 1000100 1011010 1100000 11101 110 0 111110 11000001 10001 100000

Color Harmonies of #445A60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #445A60

Black with #445A60

Text Example


Text Example

White with #445A60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #445A60; }

 p { color: rgb(68,90,96); }

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

background-color css

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

 a { background-color: rgb(68,90,96); }

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

border-color css

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

 span { border-color: rgb(68,90,96); }

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