#43505B

Color #43505B Cello (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cello #43505B

Tints of Cello #43505B

Color information

#43505B (or 0x43505B) is unknown color: approx Cello. HEX triplet: 43, 50 and 5B. RGB value is (67,80,91). Sum of RGB (Red+Green+Blue) = 67+80+91=238 (31% of max value = 765). Red value is 67 (26.56% from 255 or 28.15% from 238); Green value is 80 (31.64% from 255 or 33.61% from 238); Blue value is 91 (35.94% from 255 or 38.24% from 238); Max value from RGB is 91 - color contains mainly: blue. Hex color #43505B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #43505B is #BCAFA4. Grayscale: #4D4D4D. Windows color (decimal): -12365733 or 5984323. OLE color: 5984323.

HSL color Cylindrical-coordinate representation of color #43505B: hue angle of 207.5º degrees, saturation: 0.15, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #43505B is Cyan = 0.26, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB678091-
CMYK0.260.1200.64
HSL207.5º15.19%30.98%-
HSV(B)207.5º26.37%35.69%-
XYZ7.077.6911.01-
YUV77.37135.69120.61-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 28.15%
GREEN value IS 80 (31.64% from 255) = 33.61%
BLUE value IS 91 (35.94% from 255) = 38.24%
R=28.15%
G=33.61%
B=38.24%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6780910.260.1200.64207.515.1930.98
Hex43505B1AC040d0f1f
Octal103120133321401003201737
Binary1000011101000010110111101011000100000011010000111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43505B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #43505B; }

 p { color: rgb(67,80,91); }

 H1.HeaderClassName
 {
   color: #43505B;
 }
 .AnyTagClassName
 {
   color: #43505B;
 }
</style>
background-color css

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

 a { background-color: rgb(67,80,91); }

 div.DivClassName
 {
   background-color: #43505B;
 }
 .BgClassName
 {
   background-color: #43505B;
 }
</style>
border-color css

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

 span { border-color: rgb(67,80,91); }

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