Html Css Color HEX #445359 Casal

📋 copy color: '#445359'

red 68 ◦ green 83 ◦ blue 89

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

Shades of Casal #445359

Tints of Casal #445359

RGB

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

 GREEN value IS 83 (32.81% from 255) = 34.58%

 BLUE value IS 89 (35.16% from 255) = 37.08%

R = 28.33%
G = 34.58%
B = 37.08%

CMYK

 C value IS 0.24

 M value IS 0.07

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#445359 (or 0x445359) is known color: Casal. HEX triplet: 44, 53 and 59. RGB value is (68,83,89). Sum of RGB (Red+Green+Blue) = 68+83+89=240 (31% of max value = 765). Red value is 68 (26.95% from 255 or 28.33% from 240); Green value is 83 (32.81% from 255 or 34.58% from 240); Blue value is 89 (35.16% from 255 or 37.08% from 240); Max value from RGB is 89 - color contains mainly: blue. Hex color #445359 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #445359 is #BBACA6. Grayscale: #4F4F4F. Windows color (decimal): -12299431 or 5854020. OLE color: 5854020.

HSL color Cylindrical-coordinate representation of color #445359: hue angle of 197.14º degrees, saturation: 0.13, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #445359 is Cyan = 0.24, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 68 83 89 -
CMYK 0.24 0.07 0 0.65
HSL 197.14º 0.13% 0.31% -
HSV(B) 197.14º 0.24% 0.35% -
XYZ 7.28 8.14 10.64 -
YUV 79.2 133.53 120.01 -
System Red Green Blue C M Y K H S L
Decimal 68 83 89 0.24 0.07 0 0.65 197.14 0.13 0.31
Hex 44 53 59 18 7 0 41 C5 D 1F
Octal 104 123 131 30 7 0 101 305 15 37
Binary 1000100 1010011 1011001 11000 111 0 1000001 11000101 1101 11111

Color Harmonies of #445359

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #445359

Black with #445359

Text Example


Text Example

White with #445359

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #445359; }

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

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

background-color css

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

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

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

border-color css

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

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

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