Html Css Color HEX #5498CE Picton Blue

📋 copy color: '#5498CE'

red 84 ◦ green 152 ◦ blue 206

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

Shades of Picton Blue #5498CE

Tints of Picton Blue #5498CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 46.61%

R = 19%
G = 34.39%
B = 46.61%

CMYK

 C value IS 0.59

 M value IS 0.26

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#5498CE (or 0x5498CE) is known color: Picton Blue. HEX triplet: 54, 98 and CE. RGB value is (84,152,206). Sum of RGB (Red+Green+Blue) = 84+152+206=442 (58% of max value = 765). Red value is 84 (33.20% from 255 or 19.00% from 442); Green value is 152 (59.77% from 255 or 34.39% from 442); Blue value is 206 (80.86% from 255 or 46.61% from 442); Max value from RGB is 206 - color contains mainly: blue. Hex color #5498CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5498CE is #AB6731. Grayscale: #898989. Windows color (decimal): -11233074 or 13539412. OLE color: 13539412.

HSL color Cylindrical-coordinate representation of color #5498CE: hue angle of 206.56º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5498CE is Cyan = 0.59, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 84 152 206 -
CMYK 0.59 0.26 0 0.19
HSL 206.56º 0.55% 0.57% -
HSV(B) 206.56º 0.59% 0.81% -
XYZ 26.02 28.8 62.58 -
YUV 137.82 166.47 89.61 -
System Red Green Blue C M Y K H S L
Decimal 84 152 206 0.59 0.26 0 0.19 206.56 0.55 0.57
Hex 54 98 CE 3B 1A 0 13 CF 37 39
Octal 124 230 316 73 32 0 23 317 67 71
Binary 1010100 10011000 11001110 111011 11010 0 10011 11001111 110111 111001

Color Harmonies of #5498CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5498CE

Black with #5498CE

Text Example


Text Example

White with #5498CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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