#5792C2

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

Shades of Danube #5792C2

Tints of Danube #5792C2

Color information

#5792C2 (or 0x5792C2) is unknown color: approx Danube. HEX triplet: 57, 92 and C2. RGB value is (87,146,194). Sum of RGB (Red+Green+Blue) = 87+146+194=427 (56% of max value = 765). Red value is 87 (34.38% from 255 or 20.37% from 427); Green value is 146 (57.42% from 255 or 34.19% from 427); Blue value is 194 (76.17% from 255 or 45.43% from 427); Max value from RGB is 194 - color contains mainly: blue. Hex color #5792C2 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5792C2 is #A86D3D. Grayscale: #858585. Windows color (decimal): -11038014 or 12751447. OLE color: 12751447.

HSL color Cylindrical-coordinate representation of color #5792C2: hue angle of 206.92º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5792C2 is Cyan = 0.55, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB87146194-
CMYK0.550.2500.24
HSL206.92º46.72%55.1%-
HSV(B)206.92º55.15%76.08%-
XYZ23.9526.4854.89-
YUV133.83161.9594.6-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 20.37%
GREEN value IS 146 (57.42% from 255) = 34.19%
BLUE value IS 194 (76.17% from 255) = 45.43%
R=20.37%
G=34.19%
B=45.43%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal871461940.550.2500.24206.9246.7255.1
Hex5792C23719018cf2f37
Octal12722230267310303175767
Binary101011110010010110000101101111100101100011001111101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5792C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5792C2; }

 p { color: rgb(87,146,194); }

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

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

 a { background-color: rgb(87,146,194); }

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

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

 span { border-color: rgb(87,146,194); }

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