Html Css Color HEX #5196DD Picton Blue

📋 copy color: '#5196DD'

red 81 ◦ green 150 ◦ blue 221

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

Shades of Picton Blue #5196DD

Tints of Picton Blue #5196DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 48.89%

R = 17.92%
G = 33.19%
B = 48.89%

CMYK

 C value IS 0.63

 M value IS 0.32

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#5196DD (or 0x5196DD) is known color: Picton Blue. HEX triplet: 51, 96 and DD. RGB value is (81,150,221). Sum of RGB (Red+Green+Blue) = 81+150+221=452 (59% of max value = 765). Red value is 81 (32.03% from 255 or 17.92% from 452); Green value is 150 (58.98% from 255 or 33.19% from 452); Blue value is 221 (86.72% from 255 or 48.89% from 452); Max value from RGB is 221 - color contains mainly: blue. Hex color #5196DD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5196DD is #AE6922. Grayscale: #898989. Windows color (decimal): -11430179 or 14521937. OLE color: 14521937.

HSL color Cylindrical-coordinate representation of color #5196DD: hue angle of 210.43º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5196DD is Cyan = 0.63, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 81 150 221 -
CMYK 0.63 0.32 0 0.13
HSL 210.43º 0.67% 0.59% -
HSV(B) 210.43º 0.63% 0.87% -
XYZ 27.35 28.78 72.52 -
YUV 137.46 175.14 87.73 -
System Red Green Blue C M Y K H S L
Decimal 81 150 221 0.63 0.32 0 0.13 210.43 0.67 0.59
Hex 51 96 DD 3F 20 0 D D2 43 3B
Octal 121 226 335 77 40 0 15 322 103 73
Binary 1010001 10010110 11011101 111111 100000 0 1101 11010010 1000011 111011

Color Harmonies of #5196DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5196DD

Black with #5196DD

Text Example


Text Example

White with #5196DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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