Html Css Color HEX #5191CF Picton Blue

📋 copy color: '#5191CF'

red 81 ◦ green 145 ◦ blue 207

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

Shades of Picton Blue #5191CF

Tints of Picton Blue #5191CF

RGB

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

 GREEN value IS 145 (57.03% from 255) = 33.49%

 BLUE value IS 207 (81.25% from 255) = 47.81%

R = 18.71%
G = 33.49%
B = 47.81%

CMYK

 C value IS 0.61

 M value IS 0.30

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#5191CF (or 0x5191CF) is known color: Picton Blue. HEX triplet: 51, 91 and CF. RGB value is (81,145,207). Sum of RGB (Red+Green+Blue) = 81+145+207=433 (57% of max value = 765). Red value is 81 (32.03% from 255 or 18.71% from 433); Green value is 145 (57.03% from 255 or 33.49% from 433); Blue value is 207 (81.25% from 255 or 47.81% from 433); Max value from RGB is 207 - color contains mainly: blue. Hex color #5191CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5191CF is #AE6E30. Grayscale: #848484. Windows color (decimal): -11431473 or 13603153. OLE color: 13603153.

HSL color Cylindrical-coordinate representation of color #5191CF: hue angle of 209.52º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5191CF is Cyan = 0.61, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 81 145 207 -
CMYK 0.61 0.30 0 0.19
HSL 209.52º 0.57% 0.56% -
HSV(B) 209.52º 0.61% 0.81% -
XYZ 24.78 26.51 62.84 -
YUV 132.93 169.8 90.96 -
System Red Green Blue C M Y K H S L
Decimal 81 145 207 0.61 0.30 0 0.19 209.52 0.57 0.56
Hex 51 91 CF 3D 1E 0 13 D2 39 38
Octal 121 221 317 75 36 0 23 322 71 70
Binary 1010001 10010001 11001111 111101 11110 0 10011 11010010 111001 111000

Color Harmonies of #5191CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5191CF

Black with #5191CF

Text Example


Text Example

White with #5191CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5191CF; }

 p { color: rgb(81,145,207); }

 H1.HeaderClassName
 {
   color: #5191CF;
 }
 .AnyTagClassName
 {
   color: #5191CF;
 }
</style>

background-color css

<style>
 a { background-color: #5191CF; }

 a { background-color: rgb(81,145,207); }

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

border-color css

<style>
 span { border-color: #5191CF; }

 span { border-color: rgb(81,145,207); }

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