Html Css Color HEX #5499CB Picton Blue

📋 copy color: '#5499CB'

red 84 ◦ green 153 ◦ blue 203

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

Shades of Picton Blue #5499CB

Tints of Picton Blue #5499CB

RGB

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

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

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

R = 19.09%
G = 34.77%
B = 46.14%

CMYK

 C value IS 0.59

 M value IS 0.25

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#5499CB (or 0x5499CB) is known color: Picton Blue. HEX triplet: 54, 99 and CB. RGB value is (84,153,203). Sum of RGB (Red+Green+Blue) = 84+153+203=440 (58% of max value = 765). Red value is 84 (33.20% from 255 or 19.09% from 440); Green value is 153 (60.16% from 255 or 34.77% from 440); Blue value is 203 (79.69% from 255 or 46.14% from 440); Max value from RGB is 203 - color contains mainly: blue. Hex color #5499CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5499CB is #AB6634. Grayscale: #898989. Windows color (decimal): -11232821 or 13343060. OLE color: 13343060.

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

Color convert

RGB 84 153 203 -
CMYK 0.59 0.25 0 0.20
HSL 205.21º 0.53% 0.56% -
HSV(B) 205.21º 0.59% 0.8% -
XYZ 25.83 28.98 60.73 -
YUV 138.07 164.64 89.43 -
System Red Green Blue C M Y K H S L
Decimal 84 153 203 0.59 0.25 0 0.20 205.21 0.53 0.56
Hex 54 99 CB 3B 19 0 14 CD 35 38
Octal 124 231 313 73 31 0 24 315 65 70
Binary 1010100 10011001 11001011 111011 11001 0 10100 11001101 110101 111000

Color Harmonies of #5499CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5499CB

Black with #5499CB

Text Example


Text Example

White with #5499CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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