Html Css Color HEX #549DCD Picton Blue

📋 copy color: '#549DCD'

red 84 ◦ green 157 ◦ blue 205

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

Shades of Picton Blue #549DCD

Tints of Picton Blue #549DCD

RGB

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

 GREEN value IS 157 (61.72% from 255) = 35.2%

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

R = 18.83%
G = 35.2%
B = 45.96%

CMYK

 C value IS 0.59

 M value IS 0.23

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#549DCD (or 0x549DCD) is known color: Picton Blue. HEX triplet: 54, 9D and CD. RGB value is (84,157,205). Sum of RGB (Red+Green+Blue) = 84+157+205=446 (59% of max value = 765). Red value is 84 (33.20% from 255 or 18.83% from 446); Green value is 157 (61.72% from 255 or 35.20% from 446); Blue value is 205 (80.47% from 255 or 45.96% from 446); Max value from RGB is 205 - color contains mainly: blue. Hex color #549DCD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #549DCD is #AB6232. Grayscale: #8C8C8C. Windows color (decimal): -11231795 or 13475156. OLE color: 13475156.

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

Color convert

RGB 84 157 205 -
CMYK 0.59 0.23 0 0.20
HSL 203.8º 0.55% 0.57% -
HSV(B) 203.8º 0.59% 0.8% -
XYZ 26.73 30.41 62.22 -
YUV 140.65 164.32 87.6 -
System Red Green Blue C M Y K H S L
Decimal 84 157 205 0.59 0.23 0 0.20 203.8 0.55 0.57
Hex 54 9D CD 3B 17 0 14 CC 37 39
Octal 124 235 315 73 27 0 24 314 67 71
Binary 1010100 10011101 11001101 111011 10111 0 10100 11001100 110111 111001

Color Harmonies of #549DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #549DCD

Black with #549DCD

Text Example


Text Example

White with #549DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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