#43505A

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

Shades of Cello #43505A

Tints of Cello #43505A

Color information

#43505A (or 0x43505A) is unknown color: approx Cello. HEX triplet: 43, 50 and 5A. RGB value is (67,80,90). Sum of RGB (Red+Green+Blue) = 67+80+90=237 (31% of max value = 765). Red value is 67 (26.56% from 255 or 28.27% from 237); Green value is 80 (31.64% from 255 or 33.76% from 237); Blue value is 90 (35.55% from 255 or 37.97% from 237); Max value from RGB is 90 - color contains mainly: blue. Hex color #43505A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #43505A is #BCAFA5. Grayscale: #4D4D4D. Windows color (decimal): -12365734 or 5918787. OLE color: 5918787.

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

Color convert

RGB678090-
CMYK0.260.1100.65
HSL206.09º14.65%30.78%-
HSV(B)206.09º25.56%35.29%-
XYZ7.037.6710.78-
YUV77.25135.19120.69-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 28.27%
GREEN value IS 80 (31.64% from 255) = 33.76%
BLUE value IS 90 (35.55% from 255) = 37.97%
R=28.27%
G=33.76%
B=37.97%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6780900.260.1100.65206.0914.6530.78
Hex43505A1AB041cef1f
Octal103120132321301013161737
Binary1000011101000010110101101010110100000111001110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43505A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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