Html Css Color HEX #5397CD Picton Blue

📋 copy color: '#5397CD'

red 83 ◦ green 151 ◦ blue 205

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

Shades of Picton Blue #5397CD

Tints of Picton Blue #5397CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 46.7%

R = 18.91%
G = 34.4%
B = 46.7%

CMYK

 C value IS 0.60

 M value IS 0.26

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#5397CD (or 0x5397CD) is known color: Picton Blue. HEX triplet: 53, 97 and CD. RGB value is (83,151,205). Sum of RGB (Red+Green+Blue) = 83+151+205=439 (58% of max value = 765). Red value is 83 (32.81% from 255 or 18.91% from 439); Green value is 151 (59.38% from 255 or 34.40% from 439); Blue value is 205 (80.47% from 255 or 46.70% from 439); Max value from RGB is 205 - color contains mainly: blue. Hex color #5397CD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5397CD is #AC6832. Grayscale: #888888. Windows color (decimal): -11298867 or 13473619. OLE color: 13473619.

HSL color Cylindrical-coordinate representation of color #5397CD: hue angle of 206.56º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5397CD is Cyan = 0.60, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 83 151 205 -
CMYK 0.60 0.26 0 0.20
HSL 206.56º 0.55% 0.56% -
HSV(B) 206.56º 0.6% 0.8% -
XYZ 25.65 28.38 61.88 -
YUV 136.82 166.47 89.61 -
System Red Green Blue C M Y K H S L
Decimal 83 151 205 0.60 0.26 0 0.20 206.56 0.55 0.56
Hex 53 97 CD 3C 1A 0 14 CF 37 38
Octal 123 227 315 74 32 0 24 317 67 70
Binary 1010011 10010111 11001101 111100 11010 0 10100 11001111 110111 111000

Color Harmonies of #5397CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5397CD

Black with #5397CD

Text Example


Text Example

White with #5397CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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