Html Css Color HEX #5196CE Picton Blue

📋 copy color: '#5196CE'

red 81 ◦ green 150 ◦ blue 206

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

Shades of Picton Blue #5196CE

Tints of Picton Blue #5196CE

RGB

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

 GREEN value IS 150 (58.98% from 255) = 34.32%

 BLUE value IS 206 (80.86% from 255) = 47.14%

R = 18.54%
G = 34.32%
B = 47.14%

CMYK

 C value IS 0.61

 M value IS 0.27

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#5196CE (or 0x5196CE) is known color: Picton Blue. HEX triplet: 51, 96 and CE. RGB value is (81,150,206). Sum of RGB (Red+Green+Blue) = 81+150+206=437 (57% of max value = 765). Red value is 81 (32.03% from 255 or 18.54% from 437); Green value is 150 (58.98% from 255 or 34.32% from 437); Blue value is 206 (80.86% from 255 or 47.14% from 437); Max value from RGB is 206 - color contains mainly: blue. Hex color #5196CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5196CE is #AE6931. Grayscale: #878787. Windows color (decimal): -11430194 or 13538897. OLE color: 13538897.

HSL color Cylindrical-coordinate representation of color #5196CE: hue angle of 206.88º degrees, saturation: 0.56, 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 #5196CE is Cyan = 0.61, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 81 150 206 -
CMYK 0.61 0.27 0 0.19
HSL 206.88º 0.56% 0.56% -
HSV(B) 206.88º 0.61% 0.81% -
XYZ 25.44 28.02 62.46 -
YUV 135.75 167.64 88.95 -
System Red Green Blue C M Y K H S L
Decimal 81 150 206 0.61 0.27 0 0.19 206.88 0.56 0.56
Hex 51 96 CE 3D 1B 0 13 CF 38 38
Octal 121 226 316 75 33 0 23 317 70 70
Binary 1010001 10010110 11001110 111101 11011 0 10011 11001111 111000 111000

Color Harmonies of #5196CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5196CE

Black with #5196CE

Text Example


Text Example

White with #5196CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5196CE; }

 p { color: rgb(81,150,206); }

 H1.HeaderClassName
 {
   color: #5196CE;
 }
 .AnyTagClassName
 {
   color: #5196CE;
 }
</style>

background-color css

<style>
 a { background-color: #5196CE; }

 a { background-color: rgb(81,150,206); }

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

border-color css

<style>
 span { border-color: #5196CE; }

 span { border-color: rgb(81,150,206); }

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