Html Css Color HEX #549EC7 Picton Blue

📋 copy color: '#549EC7'

red 84 ◦ green 158 ◦ blue 199

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

Shades of Picton Blue #549EC7

Tints of Picton Blue #549EC7

RGB

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

 GREEN value IS 158 (62.11% from 255) = 35.83%

 BLUE value IS 199 (78.13% from 255) = 45.12%

R = 19.05%
G = 35.83%
B = 45.12%

CMYK

 C value IS 0.58

 M value IS 0.21

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#549EC7 (or 0x549EC7) is known color: Picton Blue. HEX triplet: 54, 9E and C7. RGB value is (84,158,199). Sum of RGB (Red+Green+Blue) = 84+158+199=441 (58% of max value = 765). Red value is 84 (33.20% from 255 or 19.05% from 441); Green value is 158 (62.11% from 255 or 35.83% from 441); Blue value is 199 (78.12% from 255 or 45.12% from 441); Max value from RGB is 199 - color contains mainly: blue. Hex color #549EC7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #549EC7 is #AB6138. Grayscale: #8C8C8C. Windows color (decimal): -11231545 or 13082196. OLE color: 13082196.

HSL color Cylindrical-coordinate representation of color #549EC7: hue angle of 201.39º degrees, saturation: 0.51, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #549EC7 is Cyan = 0.58, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 84 158 199 -
CMYK 0.58 0.21 0 0.22
HSL 201.39º 0.51% 0.55% -
HSV(B) 201.39º 0.58% 0.78% -
XYZ 26.19 30.46 58.53 -
YUV 140.55 160.98 87.67 -
System Red Green Blue C M Y K H S L
Decimal 84 158 199 0.58 0.21 0 0.22 201.39 0.51 0.55
Hex 54 9E C7 3A 15 0 16 C9 33 37
Octal 124 236 307 72 25 0 26 311 63 67
Binary 1010100 10011110 11000111 111010 10101 0 10110 11001001 110011 110111

Color Harmonies of #549EC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #549EC7

Black with #549EC7

Text Example


Text Example

White with #549EC7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(84,158,199); }

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

background-color css

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

 a { background-color: rgb(84,158,199); }

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

border-color css

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

 span { border-color: rgb(84,158,199); }

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