Html Css Color HEX #5497DB Picton Blue

📋 copy color: '#5497DB'

red 84 ◦ green 151 ◦ blue 219

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

Shades of Picton Blue #5497DB

Tints of Picton Blue #5497DB

RGB

 RED value IS 84 (33.2% from 255) = 18.5%

 GREEN value IS 151 (59.38% from 255) = 33.26%

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

R = 18.5%
G = 33.26%
B = 48.24%

CMYK

 C value IS 0.62

 M value IS 0.31

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#5497DB (or 0x5497DB) is known color: Picton Blue. HEX triplet: 54, 97 and DB. RGB value is (84,151,219). Sum of RGB (Red+Green+Blue) = 84+151+219=454 (60% of max value = 765). Red value is 84 (33.20% from 255 or 18.50% from 454); Green value is 151 (59.38% from 255 or 33.26% from 454); Blue value is 219 (85.94% from 255 or 48.24% from 454); Max value from RGB is 219 - color contains mainly: blue. Hex color #5497DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5497DB is #AB6824. Grayscale: #8A8A8A. Windows color (decimal): -11233317 or 14391124. OLE color: 14391124.

HSL color Cylindrical-coordinate representation of color #5497DB: hue angle of 210.22º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5497DB is Cyan = 0.62, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 84 151 219 -
CMYK 0.62 0.31 0 0.14
HSL 210.22º 0.65% 0.59% -
HSV(B) 210.22º 0.62% 0.86% -
XYZ 27.51 29.13 71.19 -
YUV 138.72 173.3 88.97 -
System Red Green Blue C M Y K H S L
Decimal 84 151 219 0.62 0.31 0 0.14 210.22 0.65 0.59
Hex 54 97 DB 3E 1F 0 E D2 41 3B
Octal 124 227 333 76 37 0 16 322 101 73
Binary 1010100 10010111 11011011 111110 11111 0 1110 11010010 1000001 111011

Color Harmonies of #5497DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5497DB

Black with #5497DB

Text Example


Text Example

White with #5497DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(84,151,219); }

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

background-color css

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

 a { background-color: rgb(84,151,219); }

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

border-color css

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

 span { border-color: rgb(84,151,219); }

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