Html Css Color HEX #5498CA Picton Blue

📋 copy color: '#5498CA'

red 84 ◦ green 152 ◦ blue 202

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

Shades of Picton Blue #5498CA

Tints of Picton Blue #5498CA

RGB

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

 GREEN value IS 152 (59.77% from 255) = 34.7%

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

R = 19.18%
G = 34.7%
B = 46.12%

CMYK

 C value IS 0.58

 M value IS 0.25

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#5498CA (or 0x5498CA) is known color: Picton Blue. HEX triplet: 54, 98 and CA. RGB value is (84,152,202). Sum of RGB (Red+Green+Blue) = 84+152+202=438 (58% of max value = 765). Red value is 84 (33.20% from 255 or 19.18% from 438); Green value is 152 (59.77% from 255 or 34.70% from 438); Blue value is 202 (79.30% from 255 or 46.12% from 438); Max value from RGB is 202 - color contains mainly: blue. Hex color #5498CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5498CA is #AB6735. Grayscale: #898989. Windows color (decimal): -11233078 or 13277268. OLE color: 13277268.

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

Color convert

RGB 84 152 202 -
CMYK 0.58 0.25 0 0.21
HSL 205.42º 0.53% 0.56% -
HSV(B) 205.42º 0.58% 0.79% -
XYZ 25.55 28.61 60.05 -
YUV 137.37 164.47 89.93 -
System Red Green Blue C M Y K H S L
Decimal 84 152 202 0.58 0.25 0 0.21 205.42 0.53 0.56
Hex 54 98 CA 3A 19 0 15 CD 35 38
Octal 124 230 312 72 31 0 25 315 65 70
Binary 1010100 10011000 11001010 111010 11001 0 10101 11001101 110101 111000

Color Harmonies of #5498CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5498CA

Black with #5498CA

Text Example


Text Example

White with #5498CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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