Html Css Color HEX #549FCD Picton Blue

📋 copy color: '#549FCD'

red 84 ◦ green 159 ◦ blue 205

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

Shades of Picton Blue #549FCD

Tints of Picton Blue #549FCD

RGB

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

 GREEN value IS 159 (62.5% from 255) = 35.49%

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

R = 18.75%
G = 35.49%
B = 45.76%

CMYK

 C value IS 0.59

 M value IS 0.22

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#549FCD (or 0x549FCD) is known color: Picton Blue. HEX triplet: 54, 9F and CD. RGB value is (84,159,205). Sum of RGB (Red+Green+Blue) = 84+159+205=448 (59% of max value = 765). Red value is 84 (33.20% from 255 or 18.75% from 448); Green value is 159 (62.5% from 255 or 35.49% from 448); Blue value is 205 (80.47% from 255 or 45.76% from 448); Max value from RGB is 205 - color contains mainly: blue. Hex color #549FCD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #549FCD is #AB6032. Grayscale: #8D8D8D. Windows color (decimal): -11231283 or 13475668. OLE color: 13475668.

HSL color Cylindrical-coordinate representation of color #549FCD: hue angle of 202.81º 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 #549FCD is Cyan = 0.59, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 84 159 205 -
CMYK 0.59 0.22 0 0.20
HSL 202.81º 0.55% 0.57% -
HSV(B) 202.81º 0.59% 0.8% -
XYZ 27.07 31.09 62.33 -
YUV 141.82 163.65 86.76 -
System Red Green Blue C M Y K H S L
Decimal 84 159 205 0.59 0.22 0 0.20 202.81 0.55 0.57
Hex 54 9F CD 3B 16 0 14 CB 37 39
Octal 124 237 315 73 26 0 24 313 67 71
Binary 1010100 10011111 11001101 111011 10110 0 10100 11001011 110111 111001

Color Harmonies of #549FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #549FCD

Black with #549FCD

Text Example


Text Example

White with #549FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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