#5194CD

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

Shades of Picton Blue #5194CD

Tints of Picton Blue #5194CD

Color information

#5194CD (or 0x5194CD) is unknown color: approx Picton Blue. HEX triplet: 51, 94 and CD. RGB value is (81,148,205). Sum of RGB (Red+Green+Blue) = 81+148+205=434 (57% of max value = 765). Red value is 81 (32.03% from 255 or 18.66% from 434); Green value is 148 (58.20% from 255 or 34.10% from 434); Blue value is 205 (80.47% from 255 or 47.24% from 434); Max value from RGB is 205 - color contains mainly: blue. Hex color #5194CD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5194CD is #AE6B32. Grayscale: #868686. Windows color (decimal): -11430707 or 13472849. OLE color: 13472849.

HSL color Cylindrical-coordinate representation of color #5194CD: hue angle of 207.58º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5194CD is Cyan = 0.60, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB81148205-
CMYK0.600.2800.20
HSL207.58º55.36%56.08%-
HSV(B)207.58º60.49%80.39%-
XYZ2527.3461.72-
YUV134.46167.889.87-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 18.66%
GREEN value IS 148 (58.20% from 255) = 34.10%
BLUE value IS 205 (80.47% from 255) = 47.24%
R=18.66%
G=34.10%
B=47.24%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal811482050.600.2800.20207.5855.3656.08
Hex5194CD3C1C014d03738
Octal12122431574340243206770
Binary101000110010100110011011111001110001010011010000110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5194CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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