Html Css Color HEX #5399E2 Picton Blue

📋 copy color: '#5399E2'

red 83 ◦ green 153 ◦ blue 226

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

Shades of Picton Blue #5399E2

Tints of Picton Blue #5399E2

RGB

 RED value IS 83 (32.81% from 255) = 17.97%

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

 BLUE value IS 226 (88.67% from 255) = 48.92%

R = 17.97%
G = 33.12%
B = 48.92%

CMYK

 C value IS 0.63

 M value IS 0.32

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#5399E2 (or 0x5399E2) is known color: Picton Blue. HEX triplet: 53, 99 and E2. RGB value is (83,153,226). Sum of RGB (Red+Green+Blue) = 83+153+226=462 (61% of max value = 765). Red value is 83 (32.81% from 255 or 17.97% from 462); Green value is 153 (60.16% from 255 or 33.12% from 462); Blue value is 226 (88.67% from 255 or 48.92% from 462); Max value from RGB is 226 - color contains mainly: blue. Hex color #5399E2 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5399E2 is #AC661D. Grayscale: #8C8C8C. Windows color (decimal): -11298334 or 14850387. OLE color: 14850387.

HSL color Cylindrical-coordinate representation of color #5399E2: hue angle of 210.63º degrees, saturation: 0.71, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5399E2 is Cyan = 0.63, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 83 153 226 -
CMYK 0.63 0.32 0 0.11
HSL 210.63º 0.71% 0.61% -
HSV(B) 210.63º 0.63% 0.89% -
XYZ 28.69 30.11 76.25 -
YUV 140.39 176.31 87.06 -
System Red Green Blue C M Y K H S L
Decimal 83 153 226 0.63 0.32 0 0.11 210.63 0.71 0.61
Hex 53 99 E2 3F 20 0 B D3 47 3D
Octal 123 231 342 77 40 0 13 323 107 75
Binary 1010011 10011001 11100010 111111 100000 0 1011 11010011 1000111 111101

Color Harmonies of #5399E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5399E2

Black with #5399E2

Text Example


Text Example

White with #5399E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5399E2; }

 p { color: rgb(83,153,226); }

 H1.HeaderClassName
 {
   color: #5399E2;
 }
 .AnyTagClassName
 {
   color: #5399E2;
 }
</style>

background-color css

<style>
 a { background-color: #5399E2; }

 a { background-color: rgb(83,153,226); }

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

border-color css

<style>
 span { border-color: #5399E2; }

 span { border-color: rgb(83,153,226); }

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