Html Css Color HEX #5495C5 Picton Blue

📋 copy color: '#5495C5'

red 84 ◦ green 149 ◦ blue 197

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

Shades of Picton Blue #5495C5

Tints of Picton Blue #5495C5

RGB

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

 GREEN value IS 149 (58.59% from 255) = 34.65%

 BLUE value IS 197 (77.34% from 255) = 45.81%

R = 19.53%
G = 34.65%
B = 45.81%

CMYK

 C value IS 0.57

 M value IS 0.24

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#5495C5 (or 0x5495C5) is known color: Picton Blue. HEX triplet: 54, 95 and C5. RGB value is (84,149,197). Sum of RGB (Red+Green+Blue) = 84+149+197=430 (56% of max value = 765). Red value is 84 (33.20% from 255 or 19.53% from 430); Green value is 149 (58.59% from 255 or 34.65% from 430); Blue value is 197 (77.34% from 255 or 45.81% from 430); Max value from RGB is 197 - color contains mainly: blue. Hex color #5495C5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5495C5 is #AB6A3A. Grayscale: #868686. Windows color (decimal): -11233851 or 12948820. OLE color: 12948820.

HSL color Cylindrical-coordinate representation of color #5495C5: hue angle of 205.49º degrees, saturation: 0.49, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5495C5 is Cyan = 0.57, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 84 149 197 -
CMYK 0.57 0.24 0 0.23
HSL 205.49º 0.49% 0.55% -
HSV(B) 205.49º 0.57% 0.77% -
XYZ 24.48 27.41 56.82 -
YUV 135.04 162.97 91.6 -
System Red Green Blue C M Y K H S L
Decimal 84 149 197 0.57 0.24 0 0.23 205.49 0.49 0.55
Hex 54 95 C5 39 18 0 17 CD 31 37
Octal 124 225 305 71 30 0 27 315 61 67
Binary 1010100 10010101 11000101 111001 11000 0 10111 11001101 110001 110111

Color Harmonies of #5495C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5495C5

Black with #5495C5

Text Example


Text Example

White with #5495C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5495C5; }

 p { color: rgb(84,149,197); }

 H1.HeaderClassName
 {
   color: #5495C5;
 }
 .AnyTagClassName
 {
   color: #5495C5;
 }
</style>

background-color css

<style>
 a { background-color: #5495C5; }

 a { background-color: rgb(84,149,197); }

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

border-color css

<style>
 span { border-color: #5495C5; }

 span { border-color: rgb(84,149,197); }

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