Html Css Color HEX #549ED3 Picton Blue

📋 copy color: '#549ED3'

red 84 ◦ green 158 ◦ blue 211

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

Shades of Picton Blue #549ED3

Tints of Picton Blue #549ED3

RGB

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

 GREEN value IS 158 (62.11% from 255) = 34.88%

 BLUE value IS 211 (82.81% from 255) = 46.58%

R = 18.54%
G = 34.88%
B = 46.58%

CMYK

 C value IS 0.60

 M value IS 0.25

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#549ED3 (or 0x549ED3) is known color: Picton Blue. HEX triplet: 54, 9E and D3. RGB value is (84,158,211). Sum of RGB (Red+Green+Blue) = 84+158+211=453 (60% of max value = 765). Red value is 84 (33.20% from 255 or 18.54% from 453); Green value is 158 (62.11% from 255 or 34.88% from 453); Blue value is 211 (82.81% from 255 or 46.58% from 453); Max value from RGB is 211 - color contains mainly: blue. Hex color #549ED3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #549ED3 is #AB612C. Grayscale: #8D8D8D. Windows color (decimal): -11231533 or 13868628. OLE color: 13868628.

HSL color Cylindrical-coordinate representation of color #549ED3: hue angle of 205.04º degrees, saturation: 0.59, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #549ED3 is Cyan = 0.60, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 84 158 211 -
CMYK 0.60 0.25 0 0.17
HSL 205.04º 0.59% 0.58% -
HSV(B) 205.04º 0.6% 0.83% -
XYZ 27.64 31.04 66.16 -
YUV 141.92 166.98 86.69 -
System Red Green Blue C M Y K H S L
Decimal 84 158 211 0.60 0.25 0 0.17 205.04 0.59 0.58
Hex 54 9E D3 3C 19 0 11 CD 3B 3A
Octal 124 236 323 74 31 0 21 315 73 72
Binary 1010100 10011110 11010011 111100 11001 0 10001 11001101 111011 111010

Color Harmonies of #549ED3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #549ED3

Black with #549ED3

Text Example


Text Example

White with #549ED3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #549ED3; }

 p { color: rgb(84,158,211); }

 H1.HeaderClassName
 {
   color: #549ED3;
 }
 .AnyTagClassName
 {
   color: #549ED3;
 }
</style>

background-color css

<style>
 a { background-color: #549ED3; }

 a { background-color: rgb(84,158,211); }

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

border-color css

<style>
 span { border-color: #549ED3; }

 span { border-color: rgb(84,158,211); }

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