Html Css Color HEX #5193DB Picton Blue

📋 copy color: '#5193DB'

red 81 ◦ green 147 ◦ blue 219

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

Shades of Picton Blue #5193DB

Tints of Picton Blue #5193DB

RGB

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

 GREEN value IS 147 (57.81% from 255) = 32.89%

 BLUE value IS 219 (85.94% from 255) = 48.99%

R = 18.12%
G = 32.89%
B = 48.99%

CMYK

 C value IS 0.63

 M value IS 0.33

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#5193DB (or 0x5193DB) is known color: Picton Blue. HEX triplet: 51, 93 and DB. RGB value is (81,147,219). Sum of RGB (Red+Green+Blue) = 81+147+219=447 (59% of max value = 765). Red value is 81 (32.03% from 255 or 18.12% from 447); Green value is 147 (57.81% from 255 or 32.89% from 447); Blue value is 219 (85.94% from 255 or 48.99% from 447); Max value from RGB is 219 - color contains mainly: blue. Hex color #5193DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5193DB is #AE6C24. Grayscale: #878787. Windows color (decimal): -11430949 or 14390097. OLE color: 14390097.

HSL color Cylindrical-coordinate representation of color #5193DB: hue angle of 211.3º degrees, saturation: 0.66, 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 #5193DB is Cyan = 0.63, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 81 147 219 -
CMYK 0.63 0.33 0 0.14
HSL 211.3º 0.66% 0.59% -
HSV(B) 211.3º 0.63% 0.86% -
XYZ 26.61 27.73 70.97 -
YUV 135.47 175.13 89.15 -
System Red Green Blue C M Y K H S L
Decimal 81 147 219 0.63 0.33 0 0.14 211.3 0.66 0.59
Hex 51 93 DB 3F 21 0 E D3 42 3B
Octal 121 223 333 77 41 0 16 323 102 73
Binary 1010001 10010011 11011011 111111 100001 0 1110 11010011 1000010 111011

Color Harmonies of #5193DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5193DB

Black with #5193DB

Text Example


Text Example

White with #5193DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5193DB; }

 p { color: rgb(81,147,219); }

 H1.HeaderClassName
 {
   color: #5193DB;
 }
 .AnyTagClassName
 {
   color: #5193DB;
 }
</style>

background-color css

<style>
 a { background-color: #5193DB; }

 a { background-color: rgb(81,147,219); }

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

border-color css

<style>
 span { border-color: #5193DB; }

 span { border-color: rgb(81,147,219); }

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