Html Css Color HEX #549EE5 Picton Blue

📋 copy color: '#549EE5'

red 84 ◦ green 158 ◦ blue 229

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

Shades of Picton Blue #549EE5

Tints of Picton Blue #549EE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 48.62%

R = 17.83%
G = 33.55%
B = 48.62%

CMYK

 C value IS 0.63

 M value IS 0.31

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#549EE5 (or 0x549EE5) is known color: Picton Blue. HEX triplet: 54, 9E and E5. RGB value is (84,158,229). Sum of RGB (Red+Green+Blue) = 84+158+229=471 (62% of max value = 765). Red value is 84 (33.20% from 255 or 17.83% from 471); Green value is 158 (62.11% from 255 or 33.55% from 471); Blue value is 229 (89.84% from 255 or 48.62% from 471); Max value from RGB is 229 - color contains mainly: blue. Hex color #549EE5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #549EE5 is #AB611A. Grayscale: #8F8F8F. Windows color (decimal): -11231515 or 15048276. OLE color: 15048276.

HSL color Cylindrical-coordinate representation of color #549EE5: hue angle of 209.38º degrees, saturation: 0.74, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #549EE5 is Cyan = 0.63, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 84 158 229 -
CMYK 0.63 0.31 0 0.10
HSL 209.38º 0.74% 0.61% -
HSV(B) 209.38º 0.63% 0.9% -
XYZ 30.03 32 78.72 -
YUV 143.97 175.98 85.23 -
System Red Green Blue C M Y K H S L
Decimal 84 158 229 0.63 0.31 0 0.10 209.38 0.74 0.61
Hex 54 9E E5 3F 1F 0 A D1 4A 3D
Octal 124 236 345 77 37 0 12 321 112 75
Binary 1010100 10011110 11100101 111111 11111 0 1010 11010001 1001010 111101

Color Harmonies of #549EE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #549EE5

Black with #549EE5

Text Example


Text Example

White with #549EE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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