Html Css Color HEX #445568 Cello

📋 copy color: '#445568'

red 68 ◦ green 85 ◦ blue 104

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

Shades of Cello #445568

Tints of Cello #445568

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 40.47%

R = 26.46%
G = 33.07%
B = 40.47%

CMYK

 C value IS 0.35

 M value IS 0.18

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#445568 (or 0x445568) is known color: Cello. HEX triplet: 44, 55 and 68. RGB value is (68,85,104). Sum of RGB (Red+Green+Blue) = 68+85+104=257 (34% of max value = 765). Red value is 68 (26.95% from 255 or 26.46% from 257); Green value is 85 (33.59% from 255 or 33.07% from 257); Blue value is 104 (41.02% from 255 or 40.47% from 257); Max value from RGB is 104 - color contains mainly: blue. Hex color #445568 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #445568 is #BBAA97. Grayscale: #515151. Windows color (decimal): -12298904 or 6837572. OLE color: 6837572.

HSL color Cylindrical-coordinate representation of color #445568: hue angle of 211.67º degrees, saturation: 0.21, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #445568 is Cyan = 0.35, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 68 85 104 -
CMYK 0.35 0.18 0 0.59
HSL 211.67º 0.21% 0.34% -
HSV(B) 211.67º 0.35% 0.41% -
XYZ 8.13 8.73 14.35 -
YUV 82.08 140.37 117.96 -
System Red Green Blue C M Y K H S L
Decimal 68 85 104 0.35 0.18 0 0.59 211.67 0.21 0.34
Hex 44 55 68 23 12 0 3B D4 15 22
Octal 104 125 150 43 22 0 73 324 25 42
Binary 1000100 1010101 1101000 100011 10010 0 111011 11010100 10101 100010

Color Harmonies of #445568

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #445568

Black with #445568

Text Example


Text Example

White with #445568

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #445568; }

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

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

background-color css

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

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

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

border-color css

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

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

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