Html Css Color HEX #549ACB Picton Blue

📋 copy color: '#549ACB'

red 84 ◦ green 154 ◦ blue 203

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

Shades of Picton Blue #549ACB

Tints of Picton Blue #549ACB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 46.03%

R = 19.05%
G = 34.92%
B = 46.03%

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

#549ACB (or 0x549ACB) is known color: Picton Blue. HEX triplet: 54, 9A and CB. RGB value is (84,154,203). Sum of RGB (Red+Green+Blue) = 84+154+203=441 (58% of max value = 765). Red value is 84 (33.20% from 255 or 19.05% from 441); Green value is 154 (60.55% from 255 or 34.92% from 441); Blue value is 203 (79.69% from 255 or 46.03% from 441); Max value from RGB is 203 - color contains mainly: blue. Hex color #549ACB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #549ACB is #AB6534. Grayscale: #8A8A8A. Windows color (decimal): -11232565 or 13343316. OLE color: 13343316.

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

Color convert

RGB 84 154 203 -
CMYK 0.59 0.24 0 0.20
HSL 204.71º 0.53% 0.56% -
HSV(B) 204.71º 0.59% 0.8% -
XYZ 25.99 29.31 60.79 -
YUV 138.66 164.31 89.02 -
System Red Green Blue C M Y K H S L
Decimal 84 154 203 0.59 0.24 0 0.20 204.71 0.53 0.56
Hex 54 9A CB 3B 18 0 14 CD 35 38
Octal 124 232 313 73 30 0 24 315 65 70
Binary 1010100 10011010 11001011 111011 11000 0 10100 11001101 110101 111000

Color Harmonies of #549ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #549ACB

Black with #549ACB

Text Example


Text Example

White with #549ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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