Html Css Color HEX #5497CB Picton Blue

📋 copy color: '#5497CB'

red 84 ◦ green 151 ◦ blue 203

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

Shades of Picton Blue #5497CB

Tints of Picton Blue #5497CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 46.35%

R = 19.18%
G = 34.47%
B = 46.35%

CMYK

 C value IS 0.59

 M value IS 0.26

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#5497CB (or 0x5497CB) is known color: Picton Blue. HEX triplet: 54, 97 and CB. RGB value is (84,151,203). Sum of RGB (Red+Green+Blue) = 84+151+203=438 (58% of max value = 765). Red value is 84 (33.20% from 255 or 19.18% from 438); Green value is 151 (59.38% from 255 or 34.47% from 438); Blue value is 203 (79.69% from 255 or 46.35% from 438); Max value from RGB is 203 - color contains mainly: blue. Hex color #5497CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5497CB is #AB6834. Grayscale: #888888. Windows color (decimal): -11233333 or 13342548. OLE color: 13342548.

HSL color Cylindrical-coordinate representation of color #5497CB: hue angle of 206.22º degrees, saturation: 0.53, 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 #5497CB is Cyan = 0.59, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 84 151 203 -
CMYK 0.59 0.26 0 0.20
HSL 206.22º 0.53% 0.56% -
HSV(B) 206.22º 0.59% 0.8% -
XYZ 25.5 28.33 60.62 -
YUV 136.9 165.3 90.27 -
System Red Green Blue C M Y K H S L
Decimal 84 151 203 0.59 0.26 0 0.20 206.22 0.53 0.56
Hex 54 97 CB 3B 1A 0 14 CE 35 38
Octal 124 227 313 73 32 0 24 316 65 70
Binary 1010100 10010111 11001011 111011 11010 0 10100 11001110 110101 111000

Color Harmonies of #5497CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5497CB

Black with #5497CB

Text Example


Text Example

White with #5497CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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