Html Css Color HEX #5499DD Picton Blue

📋 copy color: '#5499DD'

red 84 ◦ green 153 ◦ blue 221

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

Shades of Picton Blue #5499DD

Tints of Picton Blue #5499DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 48.25%

R = 18.34%
G = 33.41%
B = 48.25%

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

#5499DD (or 0x5499DD) is known color: Picton Blue. HEX triplet: 54, 99 and DD. RGB value is (84,153,221). Sum of RGB (Red+Green+Blue) = 84+153+221=458 (60% of max value = 765). Red value is 84 (33.20% from 255 or 18.34% from 458); Green value is 153 (60.16% from 255 or 33.41% from 458); Blue value is 221 (86.72% from 255 or 48.25% from 458); Max value from RGB is 221 - color contains mainly: blue. Hex color #5499DD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5499DD is #AB6622. Grayscale: #8B8B8B. Windows color (decimal): -11232803 or 14522708. OLE color: 14522708.

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

Color convert

RGB 84 153 221 -
CMYK 0.62 0.31 0 0.13
HSL 209.78º 0.67% 0.6% -
HSV(B) 209.78º 0.62% 0.87% -
XYZ 28.1 29.89 72.69 -
YUV 140.12 173.64 87.97 -
System Red Green Blue C M Y K H S L
Decimal 84 153 221 0.62 0.31 0 0.13 209.78 0.67 0.6
Hex 54 99 DD 3E 1F 0 D D2 43 3C
Octal 124 231 335 76 37 0 15 322 103 74
Binary 1010100 10011001 11011101 111110 11111 0 1101 11010010 1000011 111100

Color Harmonies of #5499DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5499DD

Black with #5499DD

Text Example


Text Example

White with #5499DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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