#5194CA

Color #5194CA Picton Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Picton Blue #5194CA

Tints of Picton Blue #5194CA

Color information

#5194CA (or 0x5194CA) is unknown color: approx Picton Blue. HEX triplet: 51, 94 and CA. RGB value is (81,148,202). Sum of RGB (Red+Green+Blue) = 81+148+202=431 (57% of max value = 765). Red value is 81 (32.03% from 255 or 18.79% from 431); Green value is 148 (58.20% from 255 or 34.34% from 431); Blue value is 202 (79.30% from 255 or 46.87% from 431); Max value from RGB is 202 - color contains mainly: blue. Hex color #5194CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5194CA is #AE6B35. Grayscale: #858585. Windows color (decimal): -11430710 or 13276241. OLE color: 13276241.

HSL color Cylindrical-coordinate representation of color #5194CA: hue angle of 206.78º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5194CA is Cyan = 0.60, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB81148202-
CMYK0.600.2700.21
HSL206.78º53.3%55.49%-
HSV(B)206.78º59.9%79.22%-
XYZ24.6427.1959.83-
YUV134.12166.390.11-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 18.79%
GREEN value IS 148 (58.20% from 255) = 34.34%
BLUE value IS 202 (79.30% from 255) = 46.87%
R=18.79%
G=34.34%
B=46.87%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal811482020.600.2700.21206.7853.355.49
Hex5194CA3C1B015cf3537
Octal12122431274330253176567
Binary101000110010100110010101111001101101010111001111110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5194CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5194CA; }

 p { color: rgb(81,148,202); }

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

<style>
 a { background-color: #5194CA; }

 a { background-color: rgb(81,148,202); }

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

<style>
 span { border-color: #5194CA; }

 span { border-color: rgb(81,148,202); }

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