Html Css Color HEX #5196DC Picton Blue

📋 copy color: '#5196DC'

red 81 ◦ green 150 ◦ blue 220

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

Shades of Picton Blue #5196DC

Tints of Picton Blue #5196DC

RGB

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

 GREEN value IS 150 (58.98% from 255) = 33.26%

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

R = 17.96%
G = 33.26%
B = 48.78%

CMYK

 C value IS 0.63

 M value IS 0.32

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#5196DC (or 0x5196DC) is known color: Picton Blue. HEX triplet: 51, 96 and DC. RGB value is (81,150,220). Sum of RGB (Red+Green+Blue) = 81+150+220=451 (59% of max value = 765). Red value is 81 (32.03% from 255 or 17.96% from 451); Green value is 150 (58.98% from 255 or 33.26% from 451); Blue value is 220 (86.33% from 255 or 48.78% from 451); Max value from RGB is 220 - color contains mainly: blue. Hex color #5196DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5196DC is #AE6923. Grayscale: #898989. Windows color (decimal): -11430180 or 14456401. OLE color: 14456401.

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

Color convert

RGB 81 150 220 -
CMYK 0.63 0.32 0 0.14
HSL 210.22º 0.67% 0.59% -
HSV(B) 210.22º 0.63% 0.86% -
XYZ 27.22 28.73 71.82 -
YUV 137.35 174.64 87.81 -
System Red Green Blue C M Y K H S L
Decimal 81 150 220 0.63 0.32 0 0.14 210.22 0.67 0.59
Hex 51 96 DC 3F 20 0 E D2 43 3B
Octal 121 226 334 77 40 0 16 322 103 73
Binary 1010001 10010110 11011100 111111 100000 0 1110 11010010 1000011 111011

Color Harmonies of #5196DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5196DC

Black with #5196DC

Text Example


Text Example

White with #5196DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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