Html Css Color HEX #445B60 Casal

📋 copy color: '#445B60'

red 68 ◦ green 91 ◦ blue 96

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

Shades of Casal #445B60

Tints of Casal #445B60

RGB

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

 GREEN value IS 91 (35.94% from 255) = 35.69%

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

R = 26.67%
G = 35.69%
B = 37.65%

CMYK

 C value IS 0.29

 M value IS 0.05

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#445B60 (or 0x445B60) is known color: Casal. HEX triplet: 44, 5B and 60. RGB value is (68,91,96). Sum of RGB (Red+Green+Blue) = 68+91+96=255 (33% of max value = 765). Red value is 68 (26.95% from 255 or 26.67% from 255); Green value is 91 (35.94% from 255 or 35.69% from 255); Blue value is 96 (37.89% from 255 or 37.65% from 255); Max value from RGB is 96 - color contains mainly: blue. Hex color #445B60 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #445B60 is #BBA49F. Grayscale: #545454. Windows color (decimal): -12297376 or 6314820. OLE color: 6314820.

HSL color Cylindrical-coordinate representation of color #445B60: hue angle of 190.71º 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 #445B60 is Cyan = 0.29, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 68 91 96 -
CMYK 0.29 0.05 0 0.62
HSL 190.71º 0.17% 0.32% -
HSV(B) 190.71º 0.29% 0.38% -
XYZ 8.24 9.56 12.48 -
YUV 84.69 134.38 116.09 -
System Red Green Blue C M Y K H S L
Decimal 68 91 96 0.29 0.05 0 0.62 190.71 0.17 0.32
Hex 44 5B 60 1D 5 0 3E BF 11 20
Octal 104 133 140 35 5 0 76 277 21 40
Binary 1000100 1011011 1100000 11101 101 0 111110 10111111 10001 100000

Color Harmonies of #445B60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #445B60

Black with #445B60

Text Example


Text Example

White with #445B60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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