Html Css Color HEX #5497DF Picton Blue

📋 copy color: '#5497DF'

red 84 ◦ green 151 ◦ blue 223

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

Shades of Picton Blue #5497DF

Tints of Picton Blue #5497DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 48.69%

R = 18.34%
G = 32.97%
B = 48.69%

CMYK

 C value IS 0.62

 M value IS 0.32

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#5497DF (or 0x5497DF) is known color: Picton Blue. HEX triplet: 54, 97 and DF. RGB value is (84,151,223). Sum of RGB (Red+Green+Blue) = 84+151+223=458 (60% of max value = 765). Red value is 84 (33.20% from 255 or 18.34% from 458); Green value is 151 (59.38% from 255 or 32.97% from 458); Blue value is 223 (87.5% from 255 or 48.69% from 458); Max value from RGB is 223 - color contains mainly: blue. Hex color #5497DF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5497DF is #AB6820. Grayscale: #8A8A8A. Windows color (decimal): -11233313 or 14653268. OLE color: 14653268.

HSL color Cylindrical-coordinate representation of color #5497DF: hue angle of 211.08º degrees, saturation: 0.68, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5497DF is Cyan = 0.62, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 84 151 223 -
CMYK 0.62 0.32 0 0.13
HSL 211.08º 0.68% 0.6% -
HSV(B) 211.08º 0.62% 0.87% -
XYZ 28.04 29.35 74 -
YUV 139.18 175.3 88.65 -
System Red Green Blue C M Y K H S L
Decimal 84 151 223 0.62 0.32 0 0.13 211.08 0.68 0.6
Hex 54 97 DF 3E 20 0 D D3 44 3C
Octal 124 227 337 76 40 0 15 323 104 74
Binary 1010100 10010111 11011111 111110 100000 0 1101 11010011 1000100 111100

Color Harmonies of #5497DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5497DF

Black with #5497DF

Text Example


Text Example

White with #5497DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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