#5692C4

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

Shades of Danube #5692C4

Tints of Danube #5692C4

Color information

#5692C4 (or 0x5692C4) is unknown color: approx Danube. HEX triplet: 56, 92 and C4. RGB value is (86,146,196). Sum of RGB (Red+Green+Blue) = 86+146+196=428 (56% of max value = 765). Red value is 86 (33.98% from 255 or 20.09% from 428); Green value is 146 (57.42% from 255 or 34.11% from 428); Blue value is 196 (76.95% from 255 or 45.79% from 428); Max value from RGB is 196 - color contains mainly: blue. Hex color #5692C4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5692C4 is #A96D3B. Grayscale: #858585. Windows color (decimal): -11103548 or 12882518. OLE color: 12882518.

HSL color Cylindrical-coordinate representation of color #5692C4: hue angle of 207.27º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5692C4 is Cyan = 0.56, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB86146196-
CMYK0.560.2600.23
HSL207.27º48.25%55.29%-
HSV(B)207.27º56.12%76.86%-
XYZ24.0826.5256.07-
YUV133.76163.1293.93-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 20.09%
GREEN value IS 146 (57.42% from 255) = 34.11%
BLUE value IS 196 (76.95% from 255) = 45.79%
R=20.09%
G=34.11%
B=45.79%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal861461960.560.2600.23207.2748.2555.29
Hex5692C4381A017cf3037
Octal12622230470320273176067
Binary101011010010010110001001110001101001011111001111110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5692C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5692C4; }

 p { color: rgb(86,146,196); }

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

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

 a { background-color: rgb(86,146,196); }

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

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

 span { border-color: rgb(86,146,196); }

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