Html Css Color HEX #5499DE Picton Blue

📋 copy color: '#5499DE'

red 84 ◦ green 153 ◦ blue 222

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

Shades of Picton Blue #5499DE

Tints of Picton Blue #5499DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 48.37%

R = 18.3%
G = 33.33%
B = 48.37%

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

#5499DE (or 0x5499DE) is known color: Picton Blue. HEX triplet: 54, 99 and DE. RGB value is (84,153,222). Sum of RGB (Red+Green+Blue) = 84+153+222=459 (60% of max value = 765). Red value is 84 (33.20% from 255 or 18.30% from 459); Green value is 153 (60.16% from 255 or 33.33% from 459); Blue value is 222 (87.11% from 255 or 48.37% from 459); Max value from RGB is 222 - color contains mainly: blue. Hex color #5499DE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5499DE is #AB6621. Grayscale: #8B8B8B. Windows color (decimal): -11232802 or 14588244. OLE color: 14588244.

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

Color convert

RGB 84 153 222 -
CMYK 0.62 0.31 0 0.13
HSL 210º 0.68% 0.6% -
HSV(B) 210º 0.62% 0.87% -
XYZ 28.23 29.94 73.4 -
YUV 140.24 174.14 87.89 -
System Red Green Blue C M Y K H S L
Decimal 84 153 222 0.62 0.31 0 0.13 210 0.68 0.6
Hex 54 99 DE 3E 1F 0 D D2 44 3C
Octal 124 231 336 76 37 0 15 322 104 74
Binary 1010100 10011001 11011110 111110 11111 0 1101 11010010 1000100 111100

Color Harmonies of #5499DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5499DE

Black with #5499DE

Text Example


Text Example

White with #5499DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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