Html Css Color HEX #445563 San Juan

📋 copy color: '#445563'

red 68 ◦ green 85 ◦ blue 99

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

Shades of San Juan #445563

Tints of San Juan #445563

RGB

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

 GREEN value IS 85 (33.59% from 255) = 33.73%

 BLUE value IS 99 (39.06% from 255) = 39.29%

R = 26.98%
G = 33.73%
B = 39.29%

CMYK

 C value IS 0.31

 M value IS 0.14

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#445563 (or 0x445563) is known color: San Juan. HEX triplet: 44, 55 and 63. RGB value is (68,85,99). Sum of RGB (Red+Green+Blue) = 68+85+99=252 (33% of max value = 765). Red value is 68 (26.95% from 255 or 26.98% from 252); Green value is 85 (33.59% from 255 or 33.73% from 252); Blue value is 99 (39.06% from 255 or 39.29% from 252); Max value from RGB is 99 - color contains mainly: blue. Hex color #445563 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #445563 is #BBAA9C. Grayscale: #515151. Windows color (decimal): -12298909 or 6509892. OLE color: 6509892.

HSL color Cylindrical-coordinate representation of color #445563: hue angle of 207.1º degrees, saturation: 0.19, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #445563 is Cyan = 0.31, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 68 85 99 -
CMYK 0.31 0.14 0 0.61
HSL 207.1º 0.19% 0.33% -
HSV(B) 207.1º 0.31% 0.39% -
XYZ 7.88 8.63 13.05 -
YUV 81.51 137.87 118.36 -
System Red Green Blue C M Y K H S L
Decimal 68 85 99 0.31 0.14 0 0.61 207.1 0.19 0.33
Hex 44 55 63 1F E 0 3D CF 13 21
Octal 104 125 143 37 16 0 75 317 23 41
Binary 1000100 1010101 1100011 11111 1110 0 111101 11001111 10011 100001

Color Harmonies of #445563

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #445563

Black with #445563

Text Example


Text Example

White with #445563

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #445563; }

 p { color: rgb(68,85,99); }

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

background-color css

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

 a { background-color: rgb(68,85,99); }

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

border-color css

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

 span { border-color: rgb(68,85,99); }

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