Html Css Color HEX #5495CB Picton Blue

📋 copy color: '#5495CB'

red 84 ◦ green 149 ◦ blue 203

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

Shades of Picton Blue #5495CB

Tints of Picton Blue #5495CB

RGB

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

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

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

R = 19.27%
G = 34.17%
B = 46.56%

CMYK

 C value IS 0.59

 M value IS 0.27

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#5495CB (or 0x5495CB) is known color: Picton Blue. HEX triplet: 54, 95 and CB. RGB value is (84,149,203). Sum of RGB (Red+Green+Blue) = 84+149+203=436 (57% of max value = 765). Red value is 84 (33.20% from 255 or 19.27% from 436); Green value is 149 (58.59% from 255 or 34.17% from 436); Blue value is 203 (79.69% from 255 or 46.56% from 436); Max value from RGB is 203 - color contains mainly: blue. Hex color #5495CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5495CB is #AB6A34. Grayscale: #878787. Windows color (decimal): -11233845 or 13342036. OLE color: 13342036.

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

Color convert

RGB 84 149 203 -
CMYK 0.59 0.27 0 0.20
HSL 207.23º 0.53% 0.56% -
HSV(B) 207.23º 0.59% 0.8% -
XYZ 25.18 27.69 60.52 -
YUV 135.72 165.97 91.11 -
System Red Green Blue C M Y K H S L
Decimal 84 149 203 0.59 0.27 0 0.20 207.23 0.53 0.56
Hex 54 95 CB 3B 1B 0 14 CF 35 38
Octal 124 225 313 73 33 0 24 317 65 70
Binary 1010100 10010101 11001011 111011 11011 0 10100 11001111 110101 111000

Color Harmonies of #5495CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5495CB

Black with #5495CB

Text Example


Text Example

White with #5495CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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