Html Css Color HEX #5491CF Picton Blue

📋 copy color: '#5491CF'

red 84 ◦ green 145 ◦ blue 207

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

Shades of Picton Blue #5491CF

Tints of Picton Blue #5491CF

RGB

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

 GREEN value IS 145 (57.03% from 255) = 33.26%

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

R = 19.27%
G = 33.26%
B = 47.48%

CMYK

 C value IS 0.59

 M value IS 0.30

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#5491CF (or 0x5491CF) is known color: Picton Blue. HEX triplet: 54, 91 and CF. RGB value is (84,145,207). Sum of RGB (Red+Green+Blue) = 84+145+207=436 (57% of max value = 765). Red value is 84 (33.20% from 255 or 19.27% from 436); Green value is 145 (57.03% from 255 or 33.26% from 436); Blue value is 207 (81.25% from 255 or 47.48% from 436); Max value from RGB is 207 - color contains mainly: blue. Hex color #5491CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5491CF is #AB6E30. Grayscale: #858585. Windows color (decimal): -11234865 or 13603156. OLE color: 13603156.

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

Color convert

RGB 84 145 207 -
CMYK 0.59 0.30 0 0.19
HSL 210.24º 0.56% 0.57% -
HSV(B) 210.24º 0.59% 0.81% -
XYZ 25.04 26.64 62.85 -
YUV 133.83 169.29 92.46 -
System Red Green Blue C M Y K H S L
Decimal 84 145 207 0.59 0.30 0 0.19 210.24 0.56 0.57
Hex 54 91 CF 3B 1E 0 13 D2 38 39
Octal 124 221 317 73 36 0 23 322 70 71
Binary 1010100 10010001 11001111 111011 11110 0 10011 11010010 111000 111001

Color Harmonies of #5491CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5491CF

Black with #5491CF

Text Example


Text Example

White with #5491CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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