Html Css Color HEX #5394CE Picton Blue

📋 copy color: '#5394CE'

red 83 ◦ green 148 ◦ blue 206

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

Shades of Picton Blue #5394CE

Tints of Picton Blue #5394CE

RGB

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

 GREEN value IS 148 (58.2% from 255) = 33.87%

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

R = 18.99%
G = 33.87%
B = 47.14%

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

#5394CE (or 0x5394CE) is known color: Picton Blue. HEX triplet: 53, 94 and CE. RGB value is (83,148,206). Sum of RGB (Red+Green+Blue) = 83+148+206=437 (57% of max value = 765). Red value is 83 (32.81% from 255 or 18.99% from 437); Green value is 148 (58.20% from 255 or 33.87% from 437); Blue value is 206 (80.86% from 255 or 47.14% from 437); Max value from RGB is 206 - color contains mainly: blue. Hex color #5394CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5394CE is #AC6B31. Grayscale: #868686. Windows color (decimal): -11299634 or 13538387. OLE color: 13538387.

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

Color convert

RGB 83 148 206 -
CMYK 0.60 0.28 0 0.19
HSL 208.29º 0.56% 0.57% -
HSV(B) 208.29º 0.6% 0.81% -
XYZ 25.3 27.48 62.36 -
YUV 135.18 167.97 90.78 -
System Red Green Blue C M Y K H S L
Decimal 83 148 206 0.60 0.28 0 0.19 208.29 0.56 0.57
Hex 53 94 CE 3C 1C 0 13 D0 38 39
Octal 123 224 316 74 34 0 23 320 70 71
Binary 1010011 10010100 11001110 111100 11100 0 10011 11010000 111000 111001

Color Harmonies of #5394CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5394CE

Black with #5394CE

Text Example


Text Example

White with #5394CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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