Html Css Color HEX #5197DD Picton Blue

📋 copy color: '#5197DD'

red 81 ◦ green 151 ◦ blue 221

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

Shades of Picton Blue #5197DD

Tints of Picton Blue #5197DD

RGB

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

 GREEN value IS 151 (59.38% from 255) = 33.33%

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

R = 17.88%
G = 33.33%
B = 48.79%

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

#5197DD (or 0x5197DD) is known color: Picton Blue. HEX triplet: 51, 97 and DD. RGB value is (81,151,221). Sum of RGB (Red+Green+Blue) = 81+151+221=453 (60% of max value = 765). Red value is 81 (32.03% from 255 or 17.88% from 453); Green value is 151 (59.38% from 255 or 33.33% from 453); Blue value is 221 (86.72% from 255 or 48.79% from 453); Max value from RGB is 221 - color contains mainly: blue. Hex color #5197DD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5197DD is #AE6822. Grayscale: #898989. Windows color (decimal): -11429923 or 14522193. OLE color: 14522193.

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

Color convert

RGB 81 151 221 -
CMYK 0.63 0.32 0 0.13
HSL 210º 0.67% 0.59% -
HSV(B) 210º 0.63% 0.87% -
XYZ 27.51 29.1 72.57 -
YUV 138.05 174.81 87.31 -
System Red Green Blue C M Y K H S L
Decimal 81 151 221 0.63 0.32 0 0.13 210 0.67 0.59
Hex 51 97 DD 3F 20 0 D D2 43 3B
Octal 121 227 335 77 40 0 15 322 103 73
Binary 1010001 10010111 11011101 111111 100000 0 1101 11010010 1000011 111011

Color Harmonies of #5197DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5197DD

Black with #5197DD

Text Example


Text Example

White with #5197DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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