Html Css Color HEX #5397DA Picton Blue

📋 copy color: '#5397DA'

red 83 ◦ green 151 ◦ blue 218

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

Shades of Picton Blue #5397DA

Tints of Picton Blue #5397DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 48.23%

R = 18.36%
G = 33.41%
B = 48.23%

CMYK

 C value IS 0.62

 M value IS 0.31

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#5397DA (or 0x5397DA) is known color: Picton Blue. HEX triplet: 53, 97 and DA. RGB value is (83,151,218). Sum of RGB (Red+Green+Blue) = 83+151+218=452 (59% of max value = 765). Red value is 83 (32.81% from 255 or 18.36% from 452); Green value is 151 (59.38% from 255 or 33.41% from 452); Blue value is 218 (85.55% from 255 or 48.23% from 452); Max value from RGB is 218 - color contains mainly: blue. Hex color #5397DA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5397DA is #AC6825. Grayscale: #898989. Windows color (decimal): -11298854 or 14325587. OLE color: 14325587.

HSL color Cylindrical-coordinate representation of color #5397DA: hue angle of 209.78º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5397DA is Cyan = 0.62, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 83 151 218 -
CMYK 0.62 0.31 0 0.15
HSL 209.78º 0.65% 0.59% -
HSV(B) 209.78º 0.62% 0.85% -
XYZ 27.29 29.03 70.5 -
YUV 138.31 172.97 88.55 -
System Red Green Blue C M Y K H S L
Decimal 83 151 218 0.62 0.31 0 0.15 209.78 0.65 0.59
Hex 53 97 DA 3E 1F 0 F D2 41 3B
Octal 123 227 332 76 37 0 17 322 101 73
Binary 1010011 10010111 11011010 111110 11111 0 1111 11010010 1000001 111011

Color Harmonies of #5397DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5397DA

Black with #5397DA

Text Example


Text Example

White with #5397DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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