Html Css Color HEX #5397CE Picton Blue

📋 copy color: '#5397CE'

red 83 ◦ green 151 ◦ blue 206

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

Shades of Picton Blue #5397CE

Tints of Picton Blue #5397CE

RGB

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

 GREEN value IS 151 (59.38% from 255) = 34.32%

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

R = 18.86%
G = 34.32%
B = 46.82%

CMYK

 C value IS 0.60

 M value IS 0.27

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#5397CE (or 0x5397CE) is known color: Picton Blue. HEX triplet: 53, 97 and CE. RGB value is (83,151,206). Sum of RGB (Red+Green+Blue) = 83+151+206=440 (58% of max value = 765). Red value is 83 (32.81% from 255 or 18.86% from 440); Green value is 151 (59.38% from 255 or 34.32% from 440); Blue value is 206 (80.86% from 255 or 46.82% from 440); Max value from RGB is 206 - color contains mainly: blue. Hex color #5397CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5397CE is #AC6831. Grayscale: #888888. Windows color (decimal): -11298866 or 13539155. OLE color: 13539155.

HSL color Cylindrical-coordinate representation of color #5397CE: hue angle of 206.83º 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 #5397CE is Cyan = 0.60, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 83 151 206 -
CMYK 0.60 0.27 0 0.19
HSL 206.83º 0.56% 0.57% -
HSV(B) 206.83º 0.6% 0.81% -
XYZ 25.77 28.43 62.52 -
YUV 136.94 166.97 89.53 -
System Red Green Blue C M Y K H S L
Decimal 83 151 206 0.60 0.27 0 0.19 206.83 0.56 0.57
Hex 53 97 CE 3C 1B 0 13 CF 38 39
Octal 123 227 316 74 33 0 23 317 70 71
Binary 1010011 10010111 11001110 111100 11011 0 10011 11001111 111000 111001

Color Harmonies of #5397CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5397CE

Black with #5397CE

Text Example


Text Example

White with #5397CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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