Html Css Color HEX #5199DD Picton Blue

📋 copy color: '#5199DD'

red 81 ◦ green 153 ◦ blue 221

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

Shades of Picton Blue #5199DD

Tints of Picton Blue #5199DD

RGB

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

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

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

R = 17.8%
G = 33.63%
B = 48.57%

CMYK

 C value IS 0.63

 M value IS 0.31

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#5199DD (or 0x5199DD) is known color: Picton Blue. HEX triplet: 51, 99 and DD. RGB value is (81,153,221). Sum of RGB (Red+Green+Blue) = 81+153+221=455 (60% of max value = 765). Red value is 81 (32.03% from 255 or 17.80% from 455); Green value is 153 (60.16% from 255 or 33.63% from 455); Blue value is 221 (86.72% from 255 or 48.57% from 455); Max value from RGB is 221 - color contains mainly: blue. Hex color #5199DD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5199DD is #AE6622. Grayscale: #8A8A8A. Windows color (decimal): -11429411 or 14522705. OLE color: 14522705.

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

Color convert

RGB 81 153 221 -
CMYK 0.63 0.31 0 0.13
HSL 209.14º 0.67% 0.59% -
HSV(B) 209.14º 0.63% 0.87% -
XYZ 27.84 29.75 72.68 -
YUV 139.22 174.15 86.47 -
System Red Green Blue C M Y K H S L
Decimal 81 153 221 0.63 0.31 0 0.13 209.14 0.67 0.59
Hex 51 99 DD 3F 1F 0 D D1 43 3B
Octal 121 231 335 77 37 0 15 321 103 73
Binary 1010001 10011001 11011101 111111 11111 0 1101 11010001 1000011 111011

Color Harmonies of #5199DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5199DD

Black with #5199DD

Text Example


Text Example

White with #5199DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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