Html Css Color HEX #5198CE Picton Blue

📋 copy color: '#5198CE'

red 81 ◦ green 152 ◦ blue 206

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

Shades of Picton Blue #5198CE

Tints of Picton Blue #5198CE

RGB

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

 GREEN value IS 152 (59.77% from 255) = 34.62%

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

R = 18.45%
G = 34.62%
B = 46.92%

CMYK

 C value IS 0.61

 M value IS 0.26

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#5198CE (or 0x5198CE) is known color: Picton Blue. HEX triplet: 51, 98 and CE. RGB value is (81,152,206). Sum of RGB (Red+Green+Blue) = 81+152+206=439 (58% of max value = 765). Red value is 81 (32.03% from 255 or 18.45% from 439); Green value is 152 (59.77% from 255 or 34.62% from 439); Blue value is 206 (80.86% from 255 or 46.92% from 439); Max value from RGB is 206 - color contains mainly: blue. Hex color #5198CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5198CE is #AE6731. Grayscale: #888888. Windows color (decimal): -11429682 or 13539409. OLE color: 13539409.

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

Color convert

RGB 81 152 206 -
CMYK 0.61 0.26 0 0.19
HSL 205.92º 0.56% 0.56% -
HSV(B) 205.92º 0.61% 0.81% -
XYZ 25.76 28.66 62.57 -
YUV 136.93 166.98 88.11 -
System Red Green Blue C M Y K H S L
Decimal 81 152 206 0.61 0.26 0 0.19 205.92 0.56 0.56
Hex 51 98 CE 3D 1A 0 13 CE 38 38
Octal 121 230 316 75 32 0 23 316 70 70
Binary 1010001 10011000 11001110 111101 11010 0 10011 11001110 111000 111000

Color Harmonies of #5198CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5198CE

Black with #5198CE

Text Example


Text Example

White with #5198CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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