Html Css Color HEX #5499CA Picton Blue

📋 copy color: '#5499CA'

red 84 ◦ green 153 ◦ blue 202

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

Shades of Picton Blue #5499CA

Tints of Picton Blue #5499CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 46.01%

R = 19.13%
G = 34.85%
B = 46.01%

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

#5499CA (or 0x5499CA) is known color: Picton Blue. HEX triplet: 54, 99 and CA. RGB value is (84,153,202). Sum of RGB (Red+Green+Blue) = 84+153+202=439 (58% of max value = 765). Red value is 84 (33.20% from 255 or 19.13% from 439); Green value is 153 (60.16% from 255 or 34.85% from 439); Blue value is 202 (79.30% from 255 or 46.01% from 439); Max value from RGB is 202 - color contains mainly: blue. Hex color #5499CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5499CA is #AB6635. Grayscale: #898989. Windows color (decimal): -11232822 or 13277524. OLE color: 13277524.

HSL color Cylindrical-coordinate representation of color #5499CA: hue angle of 204.92º degrees, saturation: 0.53, 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 #5499CA is Cyan = 0.58, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 84 153 202 -
CMYK 0.58 0.24 0 0.21
HSL 204.92º 0.53% 0.56% -
HSV(B) 204.92º 0.58% 0.79% -
XYZ 25.71 28.93 60.11 -
YUV 137.96 164.14 89.52 -
System Red Green Blue C M Y K H S L
Decimal 84 153 202 0.58 0.24 0 0.21 204.92 0.53 0.56
Hex 54 99 CA 3A 18 0 15 CD 35 38
Octal 124 231 312 72 30 0 25 315 65 70
Binary 1010100 10011001 11001010 111010 11000 0 10101 11001101 110101 111000

Color Harmonies of #5499CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5499CA

Black with #5499CA

Text Example


Text Example

White with #5499CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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