Html Css Color HEX #5197DC Picton Blue

📋 copy color: '#5197DC'

red 81 ◦ green 151 ◦ blue 220

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

Shades of Picton Blue #5197DC

Tints of Picton Blue #5197DC

RGB

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

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

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

R = 17.92%
G = 33.41%
B = 48.67%

CMYK

 C value IS 0.63

 M value IS 0.31

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#5197DC (or 0x5197DC) is known color: Picton Blue. HEX triplet: 51, 97 and DC. RGB value is (81,151,220). Sum of RGB (Red+Green+Blue) = 81+151+220=452 (59% of max value = 765). Red value is 81 (32.03% from 255 or 17.92% from 452); Green value is 151 (59.38% from 255 or 33.41% from 452); Blue value is 220 (86.33% from 255 or 48.67% from 452); Max value from RGB is 220 - color contains mainly: blue. Hex color #5197DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5197DC is #AE6823. Grayscale: #898989. Windows color (decimal): -11429924 or 14456657. OLE color: 14456657.

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

Color convert

RGB 81 151 220 -
CMYK 0.63 0.31 0 0.14
HSL 209.78º 0.67% 0.59% -
HSV(B) 209.78º 0.63% 0.86% -
XYZ 27.38 29.05 71.87 -
YUV 137.94 174.31 87.39 -
System Red Green Blue C M Y K H S L
Decimal 81 151 220 0.63 0.31 0 0.14 209.78 0.67 0.59
Hex 51 97 DC 3F 1F 0 E D2 43 3B
Octal 121 227 334 77 37 0 16 322 103 73
Binary 1010001 10010111 11011100 111111 11111 0 1110 11010010 1000011 111011

Color Harmonies of #5197DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5197DC

Black with #5197DC

Text Example


Text Example

White with #5197DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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