#519AC4

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

Shades of Picton Blue #519AC4

Tints of Picton Blue #519AC4

Color information

#519AC4 (or 0x519AC4) is unknown color: approx Picton Blue. HEX triplet: 51, 9A and C4. RGB value is (81,154,196). Sum of RGB (Red+Green+Blue) = 81+154+196=431 (57% of max value = 765). Red value is 81 (32.03% from 255 or 18.79% from 431); Green value is 154 (60.55% from 255 or 35.73% from 431); Blue value is 196 (76.95% from 255 or 45.48% from 431); Max value from RGB is 196 - color contains mainly: blue. Hex color #519AC4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #519AC4 is #AE653B. Grayscale: #888888. Windows color (decimal): -11429180 or 12884561. OLE color: 12884561.

HSL color Cylindrical-coordinate representation of color #519AC4: hue angle of 201.91º degrees, saturation: 0.49, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #519AC4 is Cyan = 0.59, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB81154196-
CMYK0.590.2100.23
HSL201.91º49.36%54.31%-
HSV(B)201.91º58.67%76.86%-
XYZ24.9128.8556.48-
YUV136.96161.3288.08-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 18.79%
GREEN value IS 154 (60.55% from 255) = 35.73%
BLUE value IS 196 (76.95% from 255) = 45.48%
R=18.79%
G=35.73%
B=45.48%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal811541960.590.2100.23201.9149.3654.31
Hex519AC43B15017ca3136
Octal12123230473250273126166
Binary101000110011010110001001110111010101011111001010110001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #519AC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #519AC4; }

 p { color: rgb(81,154,196); }

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

<style>
 a { background-color: #519AC4; }

 a { background-color: rgb(81,154,196); }

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

<style>
 span { border-color: #519AC4; }

 span { border-color: rgb(81,154,196); }

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