#5F92CA

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

Shades of Danube #5F92CA

Tints of Danube #5F92CA

Color information

#5F92CA (or 0x5F92CA) is unknown color: approx Danube. HEX triplet: 5F, 92 and CA. RGB value is (95,146,202). Sum of RGB (Red+Green+Blue) = 95+146+202=443 (58% of max value = 765). Red value is 95 (37.5% from 255 or 21.44% from 443); Green value is 146 (57.42% from 255 or 32.96% from 443); Blue value is 202 (79.30% from 255 or 45.60% from 443); Max value from RGB is 202 - color contains mainly: blue. Hex color #5F92CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5F92CA is #A06D35. Grayscale: #888888. Windows color (decimal): -10513718 or 13275743. OLE color: 13275743.

HSL color Cylindrical-coordinate representation of color #5F92CA: hue angle of 211.4º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5F92CA is Cyan = 0.53, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB95146202-
CMYK0.530.2800.21
HSL211.4º50.23%58.24%-
HSV(B)211.4º52.97%79.22%-
XYZ25.6627.2559.79-
YUV137.14164.697.95-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 21.44%
GREEN value IS 146 (57.42% from 255) = 32.96%
BLUE value IS 202 (79.30% from 255) = 45.60%
R=21.44%
G=32.96%
B=45.60%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal951462020.530.2800.21211.450.2358.24
Hex5F92CA351C015d3323a
Octal13722231265340253236272
Binary101111110010010110010101101011110001010111010011110010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F92CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,146,202); }

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

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

 a { background-color: rgb(95,146,202); }

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

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

 span { border-color: rgb(95,146,202); }

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