#45586E

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

Shades of Chambray #45586E

Tints of Chambray #45586E

Color information

#45586E (or 0x45586E) is unknown color: approx Chambray. HEX triplet: 45, 58 and 6E. RGB value is (69,88,110). Sum of RGB (Red+Green+Blue) = 69+88+110=267 (35% of max value = 765). Red value is 69 (27.34% from 255 or 25.84% from 267); Green value is 88 (34.77% from 255 or 32.96% from 267); Blue value is 110 (43.36% from 255 or 41.20% from 267); Max value from RGB is 110 - color contains mainly: blue. Hex color #45586E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #45586E is #BAA791. Grayscale: #545454. Windows color (decimal): -12232594 or 7231557. OLE color: 7231557.

HSL color Cylindrical-coordinate representation of color #45586E: hue angle of 212.2º degrees, saturation: 0.23, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #45586E is Cyan = 0.37, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB6988110-
CMYK0.370.200.57
HSL212.2º22.91%35.1%-
HSV(B)212.2º37.27%43.14%-
XYZ8.769.3716.1-
YUV84.83142.21116.71-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 25.84%
GREEN value IS 88 (34.77% from 255) = 32.96%
BLUE value IS 110 (43.36% from 255) = 41.20%
R=25.84%
G=32.96%
B=41.20%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.2
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal69881100.370.200.57212.222.9135.1
Hex45586E2514039d41723
Octal10513015645240713242743
Binary1000101101100011011101001011010001110011101010010111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45586E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #45586E; }

 p { color: rgb(69,88,110); }

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

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

 a { background-color: rgb(69,88,110); }

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

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

 span { border-color: rgb(69,88,110); }

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