Html Css Color HEX #445457 Casal

📋 copy color: '#445457'

red 68 ◦ green 84 ◦ blue 87

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

Shades of Casal #445457

Tints of Casal #445457

RGB

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

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

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

R = 28.45%
G = 35.15%
B = 36.4%

CMYK

 C value IS 0.22

 M value IS 0.03

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#445457 (or 0x445457) is known color: Casal. HEX triplet: 44, 54 and 57. RGB value is (68,84,87). Sum of RGB (Red+Green+Blue) = 68+84+87=239 (31% of max value = 765). Red value is 68 (26.95% from 255 or 28.45% from 239); Green value is 84 (33.20% from 255 or 35.15% from 239); Blue value is 87 (34.38% from 255 or 36.40% from 239); Max value from RGB is 87 - color contains mainly: blue. Hex color #445457 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #445457 is #BBABA8. Grayscale: #4F4F4F. Windows color (decimal): -12299177 or 5723204. OLE color: 5723204.

HSL color Cylindrical-coordinate representation of color #445457: hue angle of 189.47º 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 #445457 is Cyan = 0.22, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 68 84 87 -
CMYK 0.22 0.03 0 0.66
HSL 189.47º 0.12% 0.3% -
HSV(B) 189.47º 0.22% 0.34% -
XYZ 7.27 8.26 10.23 -
YUV 79.56 132.2 119.76 -
System Red Green Blue C M Y K H S L
Decimal 68 84 87 0.22 0.03 0 0.66 189.47 0.12 0.3
Hex 44 54 57 16 3 0 42 BD C 1E
Octal 104 124 127 26 3 0 102 275 14 36
Binary 1000100 1010100 1010111 10110 11 0 1000010 10111101 1100 11110

Color Harmonies of #445457

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #445457

Black with #445457

Text Example


Text Example

White with #445457

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #445457; }

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

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

background-color css

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

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

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

border-color css

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

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

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