Html Css Color HEX #5499C9 Picton Blue

📋 copy color: '#5499C9'

red 84 ◦ green 153 ◦ blue 201

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

Shades of Picton Blue #5499C9

Tints of Picton Blue #5499C9

RGB

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

 GREEN value IS 153 (60.16% from 255) = 34.93%

 BLUE value IS 201 (78.91% from 255) = 45.89%

R = 19.18%
G = 34.93%
B = 45.89%

CMYK

 C value IS 0.58

 M value IS 0.24

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#5499C9 (or 0x5499C9) is known color: Picton Blue. HEX triplet: 54, 99 and C9. RGB value is (84,153,201). Sum of RGB (Red+Green+Blue) = 84+153+201=438 (58% of max value = 765). Red value is 84 (33.20% from 255 or 19.18% from 438); Green value is 153 (60.16% from 255 or 34.93% from 438); Blue value is 201 (78.91% from 255 or 45.89% from 438); Max value from RGB is 201 - color contains mainly: blue. Hex color #5499C9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5499C9 is #AB6636. Grayscale: #898989. Windows color (decimal): -11232823 or 13211988. OLE color: 13211988.

HSL color Cylindrical-coordinate representation of color #5499C9: hue angle of 204.62º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5499C9 is Cyan = 0.58, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 84 153 201 -
CMYK 0.58 0.24 0 0.21
HSL 204.62º 0.52% 0.56% -
HSV(B) 204.62º 0.58% 0.79% -
XYZ 25.59 28.88 59.48 -
YUV 137.84 163.64 89.6 -
System Red Green Blue C M Y K H S L
Decimal 84 153 201 0.58 0.24 0 0.21 204.62 0.52 0.56
Hex 54 99 C9 3A 18 0 15 CD 34 38
Octal 124 231 311 72 30 0 25 315 64 70
Binary 1010100 10011001 11001001 111010 11000 0 10101 11001101 110100 111000

Color Harmonies of #5499C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5499C9

Black with #5499C9

Text Example


Text Example

White with #5499C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5499C9; }

 p { color: rgb(84,153,201); }

 H1.HeaderClassName
 {
   color: #5499C9;
 }
 .AnyTagClassName
 {
   color: #5499C9;
 }
</style>

background-color css

<style>
 a { background-color: #5499C9; }

 a { background-color: rgb(84,153,201); }

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

border-color css

<style>
 span { border-color: #5499C9; }

 span { border-color: rgb(84,153,201); }

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