Html Css Color HEX #40556C Cello

📋 copy color: '#40556C'

red 64 ◦ green 85 ◦ blue 108

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

Shades of Cello #40556C

Tints of Cello #40556C

RGB

 RED value IS 64 (25.39% from 255) = 24.9%

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

 BLUE value IS 108 (42.58% from 255) = 42.02%

R = 24.9%
G = 33.07%
B = 42.02%

CMYK

 C value IS 0.41

 M value IS 0.21

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#40556C (or 0x40556C) is known color: Cello. HEX triplet: 40, 55 and 6C. RGB value is (64,85,108). Sum of RGB (Red+Green+Blue) = 64+85+108=257 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.90% from 257); Green value is 85 (33.59% from 255 or 33.07% from 257); Blue value is 108 (42.58% from 255 or 42.02% from 257); Max value from RGB is 108 - color contains mainly: blue. Hex color #40556C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #40556C is #BFAA93. Grayscale: #515151. Windows color (decimal): -12561044 or 7099712. OLE color: 7099712.

HSL color Cylindrical-coordinate representation of color #40556C: hue angle of 211.36º degrees, saturation: 0.26, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #40556C is Cyan = 0.41, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 64 85 108 -
CMYK 0.41 0.21 0 0.58
HSL 211.36º 0.26% 0.34% -
HSV(B) 211.36º 0.41% 0.42% -
XYZ 8.07 8.67 15.44 -
YUV 81.34 143.04 115.63 -
System Red Green Blue C M Y K H S L
Decimal 64 85 108 0.41 0.21 0 0.58 211.36 0.26 0.34
Hex 40 55 6C 29 15 0 3A D3 1A 22
Octal 100 125 154 51 25 0 72 323 32 42
Binary 1000000 1010101 1101100 101001 10101 0 111010 11010011 11010 100010

Color Harmonies of #40556C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40556C

Black with #40556C

Text Example


Text Example

White with #40556C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #40556C; }

 p { color: rgb(64,85,108); }

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

background-color css

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

 a { background-color: rgb(64,85,108); }

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

border-color css

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

 span { border-color: rgb(64,85,108); }

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