Html Css Color HEX #549CCB Picton Blue

📋 copy color: '#549CCB'

red 84 ◦ green 156 ◦ blue 203

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

Shades of Picton Blue #549CCB

Tints of Picton Blue #549CCB

RGB

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

 GREEN value IS 156 (61.33% from 255) = 35.21%

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

R = 18.96%
G = 35.21%
B = 45.82%

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

#549CCB (or 0x549CCB) is known color: Picton Blue. HEX triplet: 54, 9C and CB. RGB value is (84,156,203). Sum of RGB (Red+Green+Blue) = 84+156+203=443 (58% of max value = 765). Red value is 84 (33.20% from 255 or 18.96% from 443); Green value is 156 (61.33% from 255 or 35.21% from 443); Blue value is 203 (79.69% from 255 or 45.82% from 443); Max value from RGB is 203 - color contains mainly: blue. Hex color #549CCB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #549CCB is #AB6334. Grayscale: #8B8B8B. Windows color (decimal): -11232053 or 13343828. OLE color: 13343828.

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

Color convert

RGB 84 156 203 -
CMYK 0.59 0.23 0 0.20
HSL 203.7º 0.53% 0.56% -
HSV(B) 203.7º 0.59% 0.8% -
XYZ 26.32 29.97 60.9 -
YUV 139.83 163.65 88.18 -
System Red Green Blue C M Y K H S L
Decimal 84 156 203 0.59 0.23 0 0.20 203.7 0.53 0.56
Hex 54 9C CB 3B 17 0 14 CC 35 38
Octal 124 234 313 73 27 0 24 314 65 70
Binary 1010100 10011100 11001011 111011 10111 0 10100 11001100 110101 111000

Color Harmonies of #549CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #549CCB

Black with #549CCB

Text Example


Text Example

White with #549CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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