Html Css Color HEX #5395CE Picton Blue

📋 copy color: '#5395CE'

red 83 ◦ green 149 ◦ blue 206

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

Shades of Picton Blue #5395CE

Tints of Picton Blue #5395CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 47.03%

R = 18.95%
G = 34.02%
B = 47.03%

CMYK

 C value IS 0.60

 M value IS 0.28

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#5395CE (or 0x5395CE) is known color: Picton Blue. HEX triplet: 53, 95 and CE. RGB value is (83,149,206). Sum of RGB (Red+Green+Blue) = 83+149+206=438 (58% of max value = 765). Red value is 83 (32.81% from 255 or 18.95% from 438); Green value is 149 (58.59% from 255 or 34.02% from 438); Blue value is 206 (80.86% from 255 or 47.03% from 438); Max value from RGB is 206 - color contains mainly: blue. Hex color #5395CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5395CE is #AC6A31. Grayscale: #878787. Windows color (decimal): -11299378 or 13538643. OLE color: 13538643.

HSL color Cylindrical-coordinate representation of color #5395CE: hue angle of 207.8º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5395CE is Cyan = 0.60, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 83 149 206 -
CMYK 0.60 0.28 0 0.19
HSL 207.8º 0.56% 0.57% -
HSV(B) 207.8º 0.6% 0.81% -
XYZ 25.46 27.79 62.41 -
YUV 135.76 167.63 90.37 -
System Red Green Blue C M Y K H S L
Decimal 83 149 206 0.60 0.28 0 0.19 207.8 0.56 0.57
Hex 53 95 CE 3C 1C 0 13 D0 38 39
Octal 123 225 316 74 34 0 23 320 70 71
Binary 1010011 10010101 11001110 111100 11100 0 10011 11010000 111000 111001

Color Harmonies of #5395CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5395CE

Black with #5395CE

Text Example


Text Example

White with #5395CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5395CE; }

 p { color: rgb(83,149,206); }

 H1.HeaderClassName
 {
   color: #5395CE;
 }
 .AnyTagClassName
 {
   color: #5395CE;
 }
</style>

background-color css

<style>
 a { background-color: #5395CE; }

 a { background-color: rgb(83,149,206); }

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

border-color css

<style>
 span { border-color: #5395CE; }

 span { border-color: rgb(83,149,206); }

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