#5F8BD5

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

Shades of Danube #5F8BD5

Tints of Danube #5F8BD5

Color information

#5F8BD5 (or 0x5F8BD5) is unknown color: approx Danube. HEX triplet: 5F, 8B and D5. RGB value is (95,139,213). Sum of RGB (Red+Green+Blue) = 95+139+213=447 (59% of max value = 765). Red value is 95 (37.5% from 255 or 21.25% from 447); Green value is 139 (54.69% from 255 or 31.10% from 447); Blue value is 213 (83.59% from 255 or 47.65% from 447); Max value from RGB is 213 - color contains mainly: blue. Hex color #5F8BD5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5F8BD5 is #A0742A. Grayscale: #858585. Windows color (decimal): -10515499 or 13994847. OLE color: 13994847.

HSL color Cylindrical-coordinate representation of color #5F8BD5: hue angle of 217.63º degrees, saturation: 0.58, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5F8BD5 is Cyan = 0.55, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB95139213-
CMYK0.550.3500.16
HSL217.63º58.42%60.39%-
HSV(B)217.63º55.4%83.53%-
XYZ25.9625.766.54-
YUV134.28172.4299.98-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 21.25%
GREEN value IS 139 (54.69% from 255) = 31.10%
BLUE value IS 213 (83.59% from 255) = 47.65%
R=21.25%
G=31.10%
B=47.65%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal951392130.550.3500.16217.6358.4260.39
Hex5F8BD53723010da3a3c
Octal13721332567430203327274
Binary1011111100010111101010111011110001101000011011010111010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F8BD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5F8BD5; }

 p { color: rgb(95,139,213); }

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

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

 a { background-color: rgb(95,139,213); }

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

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

 span { border-color: rgb(95,139,213); }

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