Html Css Color HEX #5292DB Picton Blue

📋 copy color: '#5292DB'

red 82 ◦ green 146 ◦ blue 219

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

Shades of Picton Blue #5292DB

Tints of Picton Blue #5292DB

RGB

 RED value IS 82 (32.42% from 255) = 18.34%

 GREEN value IS 146 (57.42% from 255) = 32.66%

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

R = 18.34%
G = 32.66%
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

#5292DB (or 0x5292DB) is known color: Picton Blue. HEX triplet: 52, 92 and DB. RGB value is (82,146,219). Sum of RGB (Red+Green+Blue) = 82+146+219=447 (59% of max value = 765). Red value is 82 (32.42% from 255 or 18.34% from 447); Green value is 146 (57.42% from 255 or 32.66% 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 #5292DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5292DB is #AD6D24. Grayscale: #868686. Windows color (decimal): -11365669 or 14389842. OLE color: 14389842.

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

Color convert

RGB 82 146 219 -
CMYK 0.63 0.33 0 0.14
HSL 211.97º 0.66% 0.59% -
HSV(B) 211.97º 0.63% 0.86% -
XYZ 26.54 27.47 70.92 -
YUV 135.19 175.3 90.06 -
System Red Green Blue C M Y K H S L
Decimal 82 146 219 0.63 0.33 0 0.14 211.97 0.66 0.59
Hex 52 92 DB 3F 21 0 E D4 42 3B
Octal 122 222 333 77 41 0 16 324 102 73
Binary 1010010 10010010 11011011 111111 100001 0 1110 11010100 1000010 111011

Color Harmonies of #5292DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5292DB

Black with #5292DB

Text Example


Text Example

White with #5292DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,146,219); }

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

background-color css

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

 a { background-color: rgb(82,146,219); }

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

border-color css

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

 span { border-color: rgb(82,146,219); }

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