Html Css Color HEX #5190DB Picton Blue

📋 copy color: '#5190DB'

red 81 ◦ green 144 ◦ blue 219

#5190DB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Picton Blue #5190DB

Tints of Picton Blue #5190DB

RGB

 RED value IS 81 (32.03% from 255) = 18.24%

 GREEN value IS 144 (56.64% from 255) = 32.43%

 BLUE value IS 219 (85.94% from 255) = 49.32%

R = 18.24%
G = 32.43%
B = 49.32%

CMYK

 C value IS 0.63

 M value IS 0.34

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#5190DB (or 0x5190DB) is known color: Picton Blue. HEX triplet: 51, 90 and DB. RGB value is (81,144,219). Sum of RGB (Red+Green+Blue) = 81+144+219=444 (58% of max value = 765). Red value is 81 (32.03% from 255 or 18.24% from 444); Green value is 144 (56.64% from 255 or 32.43% from 444); Blue value is 219 (85.94% from 255 or 49.32% from 444); Max value from RGB is 219 - color contains mainly: blue. Hex color #5190DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5190DB is #AE6F24. Grayscale: #858585. Windows color (decimal): -11431717 or 14389329. OLE color: 14389329.

HSL color Cylindrical-coordinate representation of color #5190DB: hue angle of 212.61º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5190DB is Cyan = 0.63, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 81 144 219 -
CMYK 0.63 0.34 0 0.14
HSL 212.61º 0.66% 0.59% -
HSV(B) 212.61º 0.63% 0.86% -
XYZ 26.15 26.81 70.81 -
YUV 133.71 176.13 90.4 -
System Red Green Blue C M Y K H S L
Decimal 81 144 219 0.63 0.34 0 0.14 212.61 0.66 0.59
Hex 51 90 DB 3F 22 0 E D5 42 3B
Octal 121 220 333 77 42 0 16 325 102 73
Binary 1010001 10010000 11011011 111111 100010 0 1110 11010101 1000010 111011

Color Harmonies of #5190DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5190DB

Black with #5190DB

Text Example


Text Example

White with #5190DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5190DB; }

 p { color: rgb(81,144,219); }

 H1.HeaderClassName
 {
   color: #5190DB;
 }
 .AnyTagClassName
 {
   color: #5190DB;
 }
</style>

background-color css

<style>
 a { background-color: #5190DB; }

 a { background-color: rgb(81,144,219); }

 div.DivClassName
 {
   background-color: #5190DB;
 }
 .BgClassName
 {
   background-color: #5190DB;
 }
</style>

border-color css

<style>
 span { border-color: #5190DB; }

 span { border-color: rgb(81,144,219); }

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