Html Css Color HEX #5199DC Picton Blue

📋 copy color: '#5199DC'

red 81 ◦ green 153 ◦ blue 220

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

Shades of Picton Blue #5199DC

Tints of Picton Blue #5199DC

RGB

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

 GREEN value IS 153 (60.16% from 255) = 33.7%

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

R = 17.84%
G = 33.7%
B = 48.46%

CMYK

 C value IS 0.63

 M value IS 0.30

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#5199DC (or 0x5199DC) is known color: Picton Blue. HEX triplet: 51, 99 and DC. RGB value is (81,153,220). Sum of RGB (Red+Green+Blue) = 81+153+220=454 (60% of max value = 765). Red value is 81 (32.03% from 255 or 17.84% from 454); Green value is 153 (60.16% from 255 or 33.70% from 454); Blue value is 220 (86.33% from 255 or 48.46% from 454); Max value from RGB is 220 - color contains mainly: blue. Hex color #5199DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5199DC is #AE6623. Grayscale: #8A8A8A. Windows color (decimal): -11429412 or 14457169. OLE color: 14457169.

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

Color convert

RGB 81 153 220 -
CMYK 0.63 0.30 0 0.14
HSL 208.92º 0.67% 0.59% -
HSV(B) 208.92º 0.63% 0.86% -
XYZ 27.7 29.7 71.98 -
YUV 139.11 173.65 86.55 -
System Red Green Blue C M Y K H S L
Decimal 81 153 220 0.63 0.30 0 0.14 208.92 0.67 0.59
Hex 51 99 DC 3F 1E 0 E D1 43 3B
Octal 121 231 334 77 36 0 16 321 103 73
Binary 1010001 10011001 11011100 111111 11110 0 1110 11010001 1000011 111011

Color Harmonies of #5199DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5199DC

Black with #5199DC

Text Example


Text Example

White with #5199DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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