Html Css Color HEX #5493CB Picton Blue

📋 copy color: '#5493CB'

red 84 ◦ green 147 ◦ blue 203

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

Shades of Picton Blue #5493CB

Tints of Picton Blue #5493CB

RGB

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

 GREEN value IS 147 (57.81% from 255) = 33.87%

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

R = 19.35%
G = 33.87%
B = 46.77%

CMYK

 C value IS 0.59

 M value IS 0.28

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#5493CB (or 0x5493CB) is known color: Picton Blue. HEX triplet: 54, 93 and CB. RGB value is (84,147,203). Sum of RGB (Red+Green+Blue) = 84+147+203=434 (57% of max value = 765). Red value is 84 (33.20% from 255 or 19.35% from 434); Green value is 147 (57.81% from 255 or 33.87% from 434); Blue value is 203 (79.69% from 255 or 46.77% from 434); Max value from RGB is 203 - color contains mainly: blue. Hex color #5493CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5493CB is #AB6C34. Grayscale: #868686. Windows color (decimal): -11234357 or 13341524. OLE color: 13341524.

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

Color convert

RGB 84 147 203 -
CMYK 0.59 0.28 0 0.20
HSL 208.24º 0.53% 0.56% -
HSV(B) 208.24º 0.59% 0.8% -
XYZ 24.87 27.06 60.41 -
YUV 134.55 166.63 91.95 -
System Red Green Blue C M Y K H S L
Decimal 84 147 203 0.59 0.28 0 0.20 208.24 0.53 0.56
Hex 54 93 CB 3B 1C 0 14 D0 35 38
Octal 124 223 313 73 34 0 24 320 65 70
Binary 1010100 10010011 11001011 111011 11100 0 10100 11010000 110101 111000

Color Harmonies of #5493CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5493CB

Black with #5493CB

Text Example


Text Example

White with #5493CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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