Html Css Color HEX #5499CF Picton Blue

📋 copy color: '#5499CF'

red 84 ◦ green 153 ◦ blue 207

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

Shades of Picton Blue #5499CF

Tints of Picton Blue #5499CF

RGB

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

 GREEN value IS 153 (60.16% from 255) = 34.46%

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

R = 18.92%
G = 34.46%
B = 46.62%

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

#5499CF (or 0x5499CF) is known color: Picton Blue. HEX triplet: 54, 99 and CF. RGB value is (84,153,207). Sum of RGB (Red+Green+Blue) = 84+153+207=444 (58% of max value = 765). Red value is 84 (33.20% from 255 or 18.92% from 444); Green value is 153 (60.16% from 255 or 34.46% from 444); Blue value is 207 (81.25% from 255 or 46.62% from 444); Max value from RGB is 207 - color contains mainly: blue. Hex color #5499CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5499CF is #AB6630. Grayscale: #8A8A8A. Windows color (decimal): -11232817 or 13605204. OLE color: 13605204.

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

Color convert

RGB 84 153 207 -
CMYK 0.59 0.26 0 0.19
HSL 206.34º 0.56% 0.57% -
HSV(B) 206.34º 0.59% 0.81% -
XYZ 26.31 29.17 63.28 -
YUV 138.53 166.64 89.11 -
System Red Green Blue C M Y K H S L
Decimal 84 153 207 0.59 0.26 0 0.19 206.34 0.56 0.57
Hex 54 99 CF 3B 1A 0 13 CE 38 39
Octal 124 231 317 73 32 0 23 316 70 71
Binary 1010100 10011001 11001111 111011 11010 0 10011 11001110 111000 111001

Color Harmonies of #5499CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5499CF

Black with #5499CF

Text Example


Text Example

White with #5499CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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