Html Css Color HEX #5494CF Picton Blue

📋 copy color: '#5494CF'

red 84 ◦ green 148 ◦ blue 207

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

Shades of Picton Blue #5494CF

Tints of Picton Blue #5494CF

RGB

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

 GREEN value IS 148 (58.2% from 255) = 33.71%

 BLUE value IS 207 (81.25% from 255) = 47.15%

R = 19.13%
G = 33.71%
B = 47.15%

CMYK

 C value IS 0.59

 M value IS 0.29

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#5494CF (or 0x5494CF) is known color: Picton Blue. HEX triplet: 54, 94 and CF. RGB value is (84,148,207). Sum of RGB (Red+Green+Blue) = 84+148+207=439 (58% of max value = 765). Red value is 84 (33.20% from 255 or 19.13% from 439); Green value is 148 (58.20% from 255 or 33.71% from 439); Blue value is 207 (81.25% from 255 or 47.15% from 439); Max value from RGB is 207 - color contains mainly: blue. Hex color #5494CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5494CF is #AB6B30. Grayscale: #878787. Windows color (decimal): -11234097 or 13603924. OLE color: 13603924.

HSL color Cylindrical-coordinate representation of color #5494CF: hue angle of 208.78º degrees, saturation: 0.56, 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 #5494CF is Cyan = 0.59, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 84 148 207 -
CMYK 0.59 0.29 0 0.19
HSL 208.78º 0.56% 0.57% -
HSV(B) 208.78º 0.59% 0.81% -
XYZ 25.51 27.57 63.01 -
YUV 135.59 168.3 91.2 -
System Red Green Blue C M Y K H S L
Decimal 84 148 207 0.59 0.29 0 0.19 208.78 0.56 0.57
Hex 54 94 CF 3B 1D 0 13 D1 38 39
Octal 124 224 317 73 35 0 23 321 70 71
Binary 1010100 10010100 11001111 111011 11101 0 10011 11010001 111000 111001

Color Harmonies of #5494CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5494CF

Black with #5494CF

Text Example


Text Example

White with #5494CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5494CF; }

 p { color: rgb(84,148,207); }

 H1.HeaderClassName
 {
   color: #5494CF;
 }
 .AnyTagClassName
 {
   color: #5494CF;
 }
</style>

background-color css

<style>
 a { background-color: #5494CF; }

 a { background-color: rgb(84,148,207); }

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

border-color css

<style>
 span { border-color: #5494CF; }

 span { border-color: rgb(84,148,207); }

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