Html Css Color HEX #549BCD Picton Blue

📋 copy color: '#549BCD'

red 84 ◦ green 155 ◦ blue 205

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

Shades of Picton Blue #549BCD

Tints of Picton Blue #549BCD

RGB

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

 GREEN value IS 155 (60.94% from 255) = 34.91%

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

R = 18.92%
G = 34.91%
B = 46.17%

CMYK

 C value IS 0.59

 M value IS 0.24

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#549BCD (or 0x549BCD) is known color: Picton Blue. HEX triplet: 54, 9B and CD. RGB value is (84,155,205). Sum of RGB (Red+Green+Blue) = 84+155+205=444 (58% of max value = 765). Red value is 84 (33.20% from 255 or 18.92% from 444); Green value is 155 (60.94% from 255 or 34.91% from 444); Blue value is 205 (80.47% from 255 or 46.17% from 444); Max value from RGB is 205 - color contains mainly: blue. Hex color #549BCD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #549BCD is #AB6432. Grayscale: #8B8B8B. Windows color (decimal): -11232307 or 13474644. OLE color: 13474644.

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

Color convert

RGB 84 155 205 -
CMYK 0.59 0.24 0 0.20
HSL 204.79º 0.55% 0.57% -
HSV(B) 204.79º 0.59% 0.8% -
XYZ 26.4 29.74 62.11 -
YUV 139.47 164.98 88.43 -
System Red Green Blue C M Y K H S L
Decimal 84 155 205 0.59 0.24 0 0.20 204.79 0.55 0.57
Hex 54 9B CD 3B 18 0 14 CD 37 39
Octal 124 233 315 73 30 0 24 315 67 71
Binary 1010100 10011011 11001101 111011 11000 0 10100 11001101 110111 111001

Color Harmonies of #549BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #549BCD

Black with #549BCD

Text Example


Text Example

White with #549BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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