Html Css Color HEX #5199DA Picton Blue

📋 copy color: '#5199DA'

red 81 ◦ green 153 ◦ blue 218

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

Shades of Picton Blue #5199DA

Tints of Picton Blue #5199DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 48.23%

R = 17.92%
G = 33.85%
B = 48.23%

CMYK

 C value IS 0.63

 M value IS 0.30

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#5199DA (or 0x5199DA) is known color: Picton Blue. HEX triplet: 51, 99 and DA. RGB value is (81,153,218). Sum of RGB (Red+Green+Blue) = 81+153+218=452 (59% of max value = 765). Red value is 81 (32.03% from 255 or 17.92% from 452); Green value is 153 (60.16% from 255 or 33.85% from 452); Blue value is 218 (85.55% from 255 or 48.23% from 452); Max value from RGB is 218 - color contains mainly: blue. Hex color #5199DA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5199DA is #AE6625. Grayscale: #8A8A8A. Windows color (decimal): -11429414 or 14326097. OLE color: 14326097.

HSL color Cylindrical-coordinate representation of color #5199DA: hue angle of 208.47º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5199DA is Cyan = 0.63, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 81 153 218 -
CMYK 0.63 0.30 0 0.15
HSL 208.47º 0.65% 0.59% -
HSV(B) 208.47º 0.63% 0.85% -
XYZ 27.44 29.59 70.6 -
YUV 138.88 172.65 86.71 -
System Red Green Blue C M Y K H S L
Decimal 81 153 218 0.63 0.30 0 0.15 208.47 0.65 0.59
Hex 51 99 DA 3F 1E 0 F D0 41 3B
Octal 121 231 332 77 36 0 17 320 101 73
Binary 1010001 10011001 11011010 111111 11110 0 1111 11010000 1000001 111011

Color Harmonies of #5199DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5199DA

Black with #5199DA

Text Example


Text Example

White with #5199DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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