Html Css Color HEX #5499DF Picton Blue

📋 copy color: '#5499DF'

red 84 ◦ green 153 ◦ blue 223

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

Shades of Picton Blue #5499DF

Tints of Picton Blue #5499DF

RGB

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

 GREEN value IS 153 (60.16% from 255) = 33.26%

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

R = 18.26%
G = 33.26%
B = 48.48%

CMYK

 C value IS 0.62

 M value IS 0.31

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#5499DF (or 0x5499DF) is known color: Picton Blue. HEX triplet: 54, 99 and DF. RGB value is (84,153,223). Sum of RGB (Red+Green+Blue) = 84+153+223=460 (60% of max value = 765). Red value is 84 (33.20% from 255 or 18.26% from 460); Green value is 153 (60.16% from 255 or 33.26% from 460); Blue value is 223 (87.5% from 255 or 48.48% from 460); Max value from RGB is 223 - color contains mainly: blue. Hex color #5499DF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5499DF is #AB6620. Grayscale: #8C8C8C. Windows color (decimal): -11232801 or 14653780. OLE color: 14653780.

HSL color Cylindrical-coordinate representation of color #5499DF: hue angle of 210.22º 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 #5499DF is Cyan = 0.62, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 84 153 223 -
CMYK 0.62 0.31 0 0.13
HSL 210.22º 0.68% 0.6% -
HSV(B) 210.22º 0.62% 0.87% -
XYZ 28.37 30 74.11 -
YUV 140.35 174.64 87.81 -
System Red Green Blue C M Y K H S L
Decimal 84 153 223 0.62 0.31 0 0.13 210.22 0.68 0.6
Hex 54 99 DF 3E 1F 0 D D2 44 3C
Octal 124 231 337 76 37 0 15 322 104 74
Binary 1010100 10011001 11011111 111110 11111 0 1101 11010010 1000100 111100

Color Harmonies of #5499DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5499DF

Black with #5499DF

Text Example


Text Example

White with #5499DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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