Html Css Color HEX #549ACD Picton Blue

📋 copy color: '#549ACD'

red 84 ◦ green 154 ◦ blue 205

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

Shades of Picton Blue #549ACD

Tints of Picton Blue #549ACD

RGB

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

 GREEN value IS 154 (60.55% from 255) = 34.76%

 BLUE value IS 205 (80.47% from 255) = 46.28%

R = 18.96%
G = 34.76%
B = 46.28%

CMYK

 C value IS 0.59

 M value IS 0.25

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#549ACD (or 0x549ACD) is known color: Picton Blue. HEX triplet: 54, 9A and CD. RGB value is (84,154,205). Sum of RGB (Red+Green+Blue) = 84+154+205=443 (58% of max value = 765). Red value is 84 (33.20% from 255 or 18.96% from 443); Green value is 154 (60.55% from 255 or 34.76% from 443); Blue value is 205 (80.47% from 255 or 46.28% from 443); Max value from RGB is 205 - color contains mainly: blue. Hex color #549ACD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #549ACD is #AB6532. Grayscale: #8A8A8A. Windows color (decimal): -11232563 or 13474388. OLE color: 13474388.

HSL color Cylindrical-coordinate representation of color #549ACD: hue angle of 205.29º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #549ACD is Cyan = 0.59, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 84 154 205 -
CMYK 0.59 0.25 0 0.20
HSL 205.29º 0.55% 0.57% -
HSV(B) 205.29º 0.59% 0.8% -
XYZ 26.23 29.4 62.05 -
YUV 138.88 165.31 88.85 -
System Red Green Blue C M Y K H S L
Decimal 84 154 205 0.59 0.25 0 0.20 205.29 0.55 0.57
Hex 54 9A CD 3B 19 0 14 CD 37 39
Octal 124 232 315 73 31 0 24 315 67 71
Binary 1010100 10011010 11001101 111011 11001 0 10100 11001101 110111 111001

Color Harmonies of #549ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #549ACD

Black with #549ACD

Text Example


Text Example

White with #549ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(84,154,205); }

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

background-color css

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

 a { background-color: rgb(84,154,205); }

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

border-color css

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

 span { border-color: rgb(84,154,205); }

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