Html Css Color HEX #445357 Casal

📋 copy color: '#445357'

red 68 ◦ green 83 ◦ blue 87

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

Shades of Casal #445357

Tints of Casal #445357

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 36.55%

R = 28.57%
G = 34.87%
B = 36.55%

CMYK

 C value IS 0.22

 M value IS 0.05

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#445357 (or 0x445357) is known color: Casal. HEX triplet: 44, 53 and 57. RGB value is (68,83,87). Sum of RGB (Red+Green+Blue) = 68+83+87=238 (31% of max value = 765). Red value is 68 (26.95% from 255 or 28.57% from 238); Green value is 83 (32.81% from 255 or 34.87% from 238); Blue value is 87 (34.38% from 255 or 36.55% from 238); Max value from RGB is 87 - color contains mainly: blue. Hex color #445357 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #445357 is #BBACA8. Grayscale: #4E4E4E. Windows color (decimal): -12299433 or 5722948. OLE color: 5722948.

HSL color Cylindrical-coordinate representation of color #445357: hue angle of 192.63º degrees, saturation: 0.12, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #445357 is Cyan = 0.22, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 68 83 87 -
CMYK 0.22 0.05 0 0.66
HSL 192.63º 0.12% 0.3% -
HSV(B) 192.63º 0.22% 0.34% -
XYZ 7.2 8.1 10.2 -
YUV 78.97 132.53 120.17 -
System Red Green Blue C M Y K H S L
Decimal 68 83 87 0.22 0.05 0 0.66 192.63 0.12 0.3
Hex 44 53 57 16 5 0 42 C1 C 1E
Octal 104 123 127 26 5 0 102 301 14 36
Binary 1000100 1010011 1010111 10110 101 0 1000010 11000001 1100 11110

Color Harmonies of #445357

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #445357

Black with #445357

Text Example


Text Example

White with #445357

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #445357; }

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

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

background-color css

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

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

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

border-color css

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

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

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