Html Css Color HEX #5697DF Picton Blue

📋 copy color: '#5697DF'

red 86 ◦ green 151 ◦ blue 223

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

Shades of Picton Blue #5697DF

Tints of Picton Blue #5697DF

RGB

 RED value IS 86 (33.98% from 255) = 18.7%

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

 BLUE value IS 223 (87.5% from 255) = 48.48%

R = 18.7%
G = 32.83%
B = 48.48%

CMYK

 C value IS 0.61

 M value IS 0.32

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#5697DF (or 0x5697DF) is known color: Picton Blue. HEX triplet: 56, 97 and DF. RGB value is (86,151,223). Sum of RGB (Red+Green+Blue) = 86+151+223=460 (60% of max value = 765). Red value is 86 (33.98% from 255 or 18.70% from 460); Green value is 151 (59.38% from 255 or 32.83% from 460); Blue value is 223 (87.5% from 255 or 48.48% from 460); Max value from RGB is 223 - color contains mainly: blue. Hex color #5697DF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5697DF is #A96820. Grayscale: #8B8B8B. Windows color (decimal): -11102241 or 14653270. OLE color: 14653270.

HSL color Cylindrical-coordinate representation of color #5697DF: hue angle of 211.53º degrees, saturation: 0.68, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5697DF is Cyan = 0.61, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 86 151 223 -
CMYK 0.61 0.32 0 0.13
HSL 211.53º 0.68% 0.61% -
HSV(B) 211.53º 0.61% 0.87% -
XYZ 28.22 29.44 74.01 -
YUV 139.77 174.97 89.65 -
System Red Green Blue C M Y K H S L
Decimal 86 151 223 0.61 0.32 0 0.13 211.53 0.68 0.61
Hex 56 97 DF 3D 20 0 D D4 44 3D
Octal 126 227 337 75 40 0 15 324 104 75
Binary 1010110 10010111 11011111 111101 100000 0 1101 11010100 1000100 111101

Color Harmonies of #5697DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5697DF

Black with #5697DF

Text Example


Text Example

White with #5697DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5697DF; }

 p { color: rgb(86,151,223); }

 H1.HeaderClassName
 {
   color: #5697DF;
 }
 .AnyTagClassName
 {
   color: #5697DF;
 }
</style>

background-color css

<style>
 a { background-color: #5697DF; }

 a { background-color: rgb(86,151,223); }

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

border-color css

<style>
 span { border-color: #5697DF; }

 span { border-color: rgb(86,151,223); }

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