#455362

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

Shades of Cello #455362

Tints of Cello #455362

Color information

#455362 (or 0x455362) is unknown color: approx Cello. HEX triplet: 45, 53 and 62. RGB value is (69,83,98). Sum of RGB (Red+Green+Blue) = 69+83+98=250 (33% of max value = 765). Red value is 69 (27.34% from 255 or 27.6% from 250); Green value is 83 (32.81% from 255 or 33.2% from 250); Blue value is 98 (38.67% from 255 or 39.2% from 250); Max value from RGB is 98 - color contains mainly: blue. Hex color #455362 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #455362 is #BAAC9D. Grayscale: #505050. Windows color (decimal): -12233886 or 6443845. OLE color: 6443845.

HSL color Cylindrical-coordinate representation of color #455362: hue angle of 211.03º degrees, saturation: 0.17, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #455362 is Cyan = 0.30, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB698398-
CMYK0.300.1500.62
HSL211.03º17.37%32.75%-
HSV(B)211.03º29.59%38.43%-
XYZ7.758.3312.76-
YUV80.52137.86119.78-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 27.6%
GREEN value IS 83 (32.81% from 255) = 33.2%
BLUE value IS 98 (38.67% from 255) = 39.2%
R=27.6%
G=33.2%
B=39.2%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6983980.300.1500.62211.0317.3732.75
Hex4553621EF03Ed31121
Octal10512314236170763232141
Binary10001011010011110001011110111101111101101001110001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #455362

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #455362; }

 p { color: rgb(69,83,98); }

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

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

 a { background-color: rgb(69,83,98); }

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

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

 span { border-color: rgb(69,83,98); }

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