Html Css Color HEX #5190DC Picton Blue

📋 copy color: '#5190DC'

red 81 ◦ green 144 ◦ blue 220

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

Shades of Picton Blue #5190DC

Tints of Picton Blue #5190DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 49.44%

R = 18.2%
G = 32.36%
B = 49.44%

CMYK

 C value IS 0.63

 M value IS 0.35

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#5190DC (or 0x5190DC) is known color: Picton Blue. HEX triplet: 51, 90 and DC. RGB value is (81,144,220). Sum of RGB (Red+Green+Blue) = 81+144+220=445 (58% of max value = 765). Red value is 81 (32.03% from 255 or 18.20% from 445); Green value is 144 (56.64% from 255 or 32.36% from 445); Blue value is 220 (86.33% from 255 or 49.44% from 445); Max value from RGB is 220 - color contains mainly: blue. Hex color #5190DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5190DC is #AE6F23. Grayscale: #858585. Windows color (decimal): -11431716 or 14454865. OLE color: 14454865.

HSL color Cylindrical-coordinate representation of color #5190DC: hue angle of 212.81º degrees, saturation: 0.67, 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 #5190DC is Cyan = 0.63, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 81 144 220 -
CMYK 0.63 0.35 0 0.14
HSL 212.81º 0.67% 0.59% -
HSV(B) 212.81º 0.63% 0.86% -
XYZ 26.28 26.86 71.51 -
YUV 133.83 176.63 90.32 -
System Red Green Blue C M Y K H S L
Decimal 81 144 220 0.63 0.35 0 0.14 212.81 0.67 0.59
Hex 51 90 DC 3F 23 0 E D5 43 3B
Octal 121 220 334 77 43 0 16 325 103 73
Binary 1010001 10010000 11011100 111111 100011 0 1110 11010101 1000011 111011

Color Harmonies of #5190DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5190DC

Black with #5190DC

Text Example


Text Example

White with #5190DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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