Html Css Color HEX #5497CC Picton Blue

📋 copy color: '#5497CC'

red 84 ◦ green 151 ◦ blue 204

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

Shades of Picton Blue #5497CC

Tints of Picton Blue #5497CC

RGB

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

 GREEN value IS 151 (59.38% from 255) = 34.4%

 BLUE value IS 204 (80.08% from 255) = 46.47%

R = 19.13%
G = 34.4%
B = 46.47%

CMYK

 C value IS 0.59

 M value IS 0.26

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#5497CC (or 0x5497CC) is known color: Picton Blue. HEX triplet: 54, 97 and CC. RGB value is (84,151,204). Sum of RGB (Red+Green+Blue) = 84+151+204=439 (58% of max value = 765). Red value is 84 (33.20% from 255 or 19.13% from 439); Green value is 151 (59.38% from 255 or 34.40% from 439); Blue value is 204 (80.08% from 255 or 46.47% from 439); Max value from RGB is 204 - color contains mainly: blue. Hex color #5497CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5497CC is #AB6833. Grayscale: #888888. Windows color (decimal): -11233332 or 13408084. OLE color: 13408084.

HSL color Cylindrical-coordinate representation of color #5497CC: hue angle of 206.5º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5497CC is Cyan = 0.59, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 84 151 204 -
CMYK 0.59 0.26 0 0.2
HSL 206.5º 0.54% 0.56% -
HSV(B) 206.5º 0.59% 0.8% -
XYZ 25.62 28.38 61.25 -
YUV 137.01 165.8 90.19 -
System Red Green Blue C M Y K H S L
Decimal 84 151 204 0.59 0.26 0 0.2 206.5 0.54 0.56
Hex 54 97 CC 3B 1A 0 14 CE 36 38
Octal 124 227 314 73 32 0 24 316 66 70
Binary 1010100 10010111 11001100 111011 11010 0 10100 11001110 110110 111000

Color Harmonies of #5497CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5497CC

Black with #5497CC

Text Example


Text Example

White with #5497CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5497CC; }

 p { color: rgb(84,151,204); }

 H1.HeaderClassName
 {
   color: #5497CC;
 }
 .AnyTagClassName
 {
   color: #5497CC;
 }
</style>

background-color css

<style>
 a { background-color: #5497CC; }

 a { background-color: rgb(84,151,204); }

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

border-color css

<style>
 span { border-color: #5497CC; }

 span { border-color: rgb(84,151,204); }

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